[jdk17] RFR: JDK-8269150 Unicode \u005C not treated as an escaping backslash
Jim Laskey
jlaskey at openjdk.java.net
Wed Jun 23 15:37:49 UTC 2021
\u005C Unicode escape sequence not being treated as a backslash for general escape sequences.
-------------
Commit messages:
- Correct unicode escape handling in UnicodeReader, added test
Changes: https://git.openjdk.java.net/jdk17/pull/126/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=126&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8269150
Stats: 37 lines in 2 files changed: 36 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk17/pull/126.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/126/head:pull/126
PR: https://git.openjdk.java.net/jdk17/pull/126
More information about the compiler-dev
mailing list