Skip to content

Commit

Permalink
Trim trailing white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
microscotch committed Feb 7, 2023
1 parent 3f5fc93 commit 1089350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void escapeAndMarkupFormatAreDoneCorrectly() throws Exception {
collector.checkThat("parameters page should escape param name", text, containsString("<param name>"));
collector.checkThat("parameters page should not leave param name unescaped", text, not(containsString("<param name>")));
collector.checkThat("parameters page should mark up param description", text, containsString("<b>[</b>param description<b>]</b>"));
collector.checkThat("parameters page should not leave param description unescaped", text, not(containsString("<param description>")));
collector.checkThat("parameters page should not leave param description unescaped", text, not(containsString("<param description>")));
}

static class MyMarkupFormatter extends MarkupFormatter {
Expand Down

0 comments on commit 1089350

Please sign in to comment.