From a8ca4c7066839659a9a431752b2238218a579c33 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 27 Apr 2026 09:27:34 -0700 Subject: [PATCH] Pull the box-drawing-character trick again. ...to address a http://errorprone.info/bugpattern/UnicodeEscape warning. PiperOrigin-RevId: 906399484 --- .../com/google/googlejavaformat/java/JavadocFormattingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */