diff --git a/tokenizer/domjs.test b/tokenizer/domjs.test index 74771e23..53e280b3 100644 --- a/tokenizer/domjs.test +++ b/tokenizer/domjs.test @@ -18,9 +18,9 @@ "output":["ParseError", ["Character", "\\uFFFD"]] }, { - "description":"skip first BOM but not later ones", + "description":"leading U+FEFF must pass through", "input":"\uFEFFfoo\uFEFFbar", - "output":[["Character", "foo\uFEFFbar"]] + "output":[["Character", "\uFEFFfoo\uFEFFbar"]] }, { "description":"Non BMP-charref in in RCDATA",