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 e65afbd commit f6a1b20Copy full SHA for f6a1b20
tokenizer/domjs.test
@@ -18,9 +18,9 @@
18
"output":["ParseError", ["Character", "\\uFFFD"]]
19
},
20
{
21
- "description":"skip first BOM but not later ones",
+ "description":"leading U+FEFF must pass through",
22
"input":"\uFEFFfoo\uFEFFbar",
23
- "output":[["Character", "foo\uFEFFbar"]]
+ "output":[["Character", "\uFEFFfoo\uFEFFbar"]]
24
25
26
"description":"Non BMP-charref in in RCDATA",
0 commit comments