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 ba88772 commit 6860602Copy full SHA for 6860602
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