Skip to content

Commit

Permalink
cleaning up test
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 4, 2009
1 parent fe0570b commit 78e759e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/html/test_document_fragment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def test_html_fragment_with_leading_whitespace_and_text_and_newline
def test_html_fragment_with_leading_entity
failed = "&quot;test<br/>test&quot;"
fragment = Nokogiri::HTML::DocumentFragment.parse(failed)
p fragment.to_s
assert ! fragment.css("br").empty?
assert_equal '"test<br>test"', fragment.to_html
end

def test_to_s
Expand Down

0 comments on commit 78e759e

Please sign in to comment.