8000 Put parse error token in correct location. · html5lib/html5lib-tests@2e8c1a2 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 2e8c1a2

Browse files
nolanwgsnedders
authored andcommitted
Put parse error token in correct location.
The U+FFFD is the parse error, not the U+0061!
1 parent a2879eb commit 2e8c1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/unicodeCharsProblematic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{"description": "Invalid Unicode character U+DFFF with valid preceding character",
1313
"doubleEscaped":true,
1414
"input": "a\\uDFFF",
15-
"output":["ParseError", ["Character", "a\\uFFFD"]]},
15+
"output":[["Character", "a"], "ParseError", ["Character", "\\uFFFD"]]},
1616

1717
{"description": "Invalid Unicode character U+D800 with valid following character",
1818
"doubleEscaped":true,

0 commit comments

Comments
 (0)
0