Skip to content

Commit

Permalink
update java comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nuviosoftware committed Jan 27, 2018
1 parent 51255a1 commit 2c4bc32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void testParse_tableWithNoSpaces() {
public void testParse_tableWithSpaces() {
Document doc1 = new Document();
doc1.open();
HtmlParser.parse(doc1, new StringReader("<table> <tr><td>test</td></tr></table>")); // fails
HtmlParser.parse(doc1, new StringReader("<table> <tr><td>test</td></tr></table>")); // was throwin exception
assertNotNull(doc1);
}

Expand Down

0 comments on commit 2c4bc32

Please sign in to comment.