diff --git a/core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java b/core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java index c2f9c5c49..d9186717e 100644 --- a/core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java +++ b/core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java @@ -1338,7 +1338,7 @@ class Test {} @Test public void unicodeEscapesNotInterpretedBug() { /* - * In theory, \u003C should be treated exactly like <, and so too should the escaped versions of + * In theory, ╲u003C should be treated exactly like <, and so too should the escaped versions of * @, *, and other special chars. We don't recognize that, though, so we don't put what is * effectively "

" on a new line. */