RFR: 8247957: remove doclint support for HTML 4 [v5]
Yoshiki Sato
ysatowse at openjdk.java.net
Thu Dec 24 01:17:00 UTC 2020
On Wed, 23 Dec 2020 15:53:00 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> \s was introduced as a valid escape character in JDK 15 as part of the support for Text Blocks. https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.html#jls-EscapeSequence https://docs.oracle.com/javase/specs/jls/se14/preview/specs/text-blocks-jls.html#jls-3.10.7 FWIW, the escape sequence showed up with red squiggly lines in my IDE.
> […](#)
Ok. I didn't know that. When I change my project SDK to 14, the escape sequence showed up with red squiggly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/893
More information about the build-dev
mailing list