Skip to content

Commit

Permalink
tagging within html attributes OpenSextant#78
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigar Parekh committed Aug 10, 2018
1 parent d6f93d1 commit 9387dd2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ public void testShortHtml() throws Exception{
assertXmlTag("start <td/> end", true);
}

@Test
public void testHtmlAttribute() throws Exception{
buildNames("start","end");
assertXmlTag("start <object title='end'/> end", 2);
}

@Test
public void testHtmlNonTaggable() throws Exception {
baseParams.set("nonTaggableTags","a" + (random().nextBoolean() ? ",sub" : ""));
Expand Down

0 comments on commit 9387dd2

Please sign in to comment.