You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidSyntaxException(sourceLocation, "Invalid unicode - trailing surrogate must be preceded with a leading surrogate -", null, string.substring(i - 1, continueIndex + 1), null);
@@ -45,7 +45,7 @@ public static int parseAndWriteUnicode(StringWriter writer, String string, int i
45
45
inttrailingStartIndex = isBracedEscape(string, i) ? i + 2 : i + 1;
46
46
inttrailingEndIndexExclusive = getEndIndexExclusive(string, i, sourceLocation);
0 commit comments