Skip to content

Commit

Permalink
more precise name for unit test of EscapeAmpersandsFormatterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BShaq committed Apr 13, 2021
1 parent 9492146 commit 51b7d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void formatReturnsSameTextInNewUserDefinedLatexCommandIfNoAmpersandsPresent() th
}

@Test
void formatReturnsSameTextInLatexCommandIfPresent() throws Exception {
void formatReturnsSameTextInLatexCommandIfOneAmpersandPresent() throws Exception {
assertEquals("\\textbf{Lorem\\&ipsum}", formatter.format("\\textbf{Lorem\\&ipsum}"));
}
}

0 comments on commit 51b7d8d

Please sign in to comment.