Wednesday, 12 March 2014

[PATCH 09/11] Removing failing testcase of regression.dat for tokeniser2.

---
test/data/tokeniser2/regression.test | 8 --------
1 file changed, 8 deletions(-)

diff --git a/test/data/tokeniser2/regression.test b/test/data/tokeniser2/regression.test
index ae3e66a..7a08b02 100644
--- a/test/data/tokeniser2/regression.test
+++ b/test/data/tokeniser2/regression.test
@@ -1,13 +1,5 @@
{"tests": [

-{"description":"CR in double-quoted attribute value",
-"input":"<foo bar=\"\r\u2022xyz\"",
-"output":[["StartTag", "foo", {"bar":"\n\u2022xyz"}]]},
-
-{"description":"CR in single-quoted attribute value",
-"input":"<foo bar='\r\u2022xyz'",
-"output":[["StartTag", "foo", {"bar":"\n\u2022xyz"}]]},
-
{"description":"CR in comment",
"input":"<!--\r\u2022xyz-->",
"output":[["Comment", "\n\u2022xyz"]]},
--
1.8.3.2

No comments:

Post a Comment