We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2879eb commit 2e8c1a2Copy full SHA for 2e8c1a2
tokenizer/unicodeCharsProblematic.test
@@ -12,7 +12,7 @@
12
{"description": "Invalid Unicode character U+DFFF with valid preceding character",
13
"doubleEscaped":true,
14
"input": "a\\uDFFF",
15
-"output":["ParseError", ["Character", "a\\uFFFD"]]},
+"output":[["Character", "a"], "ParseError", ["Character", "\\uFFFD"]]},
16
17
{"description": "Invalid Unicode character U+D800 with valid following character",
18
0 commit comments