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.
2 parents acaf74d + 6860602 commit 75e9843Copy full SHA for 75e9843
tokenizer/domjs.test
@@ -19,8 +19,9 @@
19
},
20
{
21
"description":"leading U+FEFF must pass through",
22
- "input":"\uFEFFfoo\uFEFFbar",
23
- "output":[["Character", "\uFEFFfoo\uFEFFbar"]]
+ "doubleEscaped":true,
+ "input":"\\uFEFFfoo\\uFEFFbar",
24
+ "output":[["Character", "\\uFEFFfoo\\uFEFFbar"]]
25
26
27
"description":"Non BMP-charref in in RCDATA",
0 commit comments