On Mon, 26 Jul 2021 18:10:03 GMT, Ian Graves <igra...@openjdk.org> wrote:
> Fixes a bug where carets aren't indented correctly in PatternSyntaxException > messages because tab characters are converted to spaces in their indentation. This pull request has now been integrated. Changeset: bb508e13 Author: Ian Graves <igra...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/bb508e13032c3571c48275391dfeb04c03bbf3a3 Stats: 24 lines in 2 files changed: 21 ins; 0 del; 3 mod 8269753: Misplaced caret in PatternSyntaxException's detail message Reviewed-by: prappo ------------- PR: https://git.openjdk.java.net/jdk/pull/4906