RFR: JDK-8233117 Escape Sequences For Line Continuation and White Space (Preview)
Brent Christian
brent.christian at oracle.com
Fri Nov 15 23:47:03 UTC 2019
Hi, Jim
src/java.base/share/classes/java/lang/String.java
These changes look fine.
--
test/jdk/java/lang/String/TranslateEscapes.java
I'm missing where the new verifyLineTerminator() method gets called.
Perhaps that's meant to go here:
83 static void test4() {
84
85 }
?
-Brent
On 11/12/19 7:15 AM, Jim Laskey wrote:
> updated
>
> webrev: http://cr.openjdk.java.net/~jlaskey/8233116/webrev.03/index.html <http://cr.openjdk.java.net/~jlaskey/8233116/webrev.03/index.html>
>
>
More information about the compiler-dev
mailing list