Skip to content

Commit

Permalink
Update expected element count due to addition to tlm.html
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 12, 2019
1 parent 7ffd2f5 commit 1dd33df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/html/sax/test_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def test_parse_file
# Take a look at the comment in test_parse_document to know
# a possible reason to this difference.
if Nokogiri.uses_libxml?
assert_equal 1111, @parser.document.end_elements.length
assert_equal 1112, @parser.document.end_elements.length
else
assert_equal 1120, @parser.document.end_elements.length
assert_equal 1121, @parser.document.end_elements.length
end
end

Expand Down

0 comments on commit 1dd33df

Please sign in to comment.