Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Mar 8, 2020
1 parent 9e969bd commit ce11e82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ public XmlAssert asXml() {
*
* // given
* wrapNodeName = "ul";
* actual = "<li>a</li><li></li>";
* actual = "%lt;li&gt;a&lt;/li&gt;&lt;li&gt;&lt;/li&gt;";
*
* // then
* xml = "<ul><li>a</li><li></li></ul>";
* xml = "&lt;ul&gt;&lt;li&gt;a&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;";
* return XmlAssert.assertThat(xml);
* </pre>
*
Expand Down

0 comments on commit ce11e82

Please sign in to comment.