Skip to content

Commit cfd6632

Browse files
cpovirkgoogle-java-format Team
authored andcommitted
Pull the box-drawing-character trick again.
...to address a http://errorprone.info/bugpattern/UnicodeEscape warning. PiperOrigin-RevId: 906376496
1 parent 2918923 commit cfd6632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ class Test {}
13381338
@Test
13391339
public void unicodeEscapesNotInterpretedBug() {
13401340
/*
1341-
* In theory, \u003C should be treated exactly like <, and so too should the escaped versions of
1341+
* In theory, u003C should be treated exactly like <, and so too should the escaped versions of
13421342
* @, *, and other special chars. We don't recognize that, though, so we don't put what is
13431343
* effectively "<p>" on a new line.
13441344
*/

0 commit comments

Comments
 (0)