Wednesday, 12 March 2014

[PATCH 05/11] Removing failing testcase of test1.dat for tokeniser2.

---
test/data/tokeniser2/test1.test | 4 ----
1 file changed, 4 deletions(-)

diff --git a/test/data/tokeniser2/test1.test b/test/data/tokeniser2/test1.test
index 9431863..b62c02f 100644
--- a/test/data/tokeniser2/test1.test
+++ b/test/data/tokeniser2/test1.test
@@ -177,8 +177,4 @@
"input":"<h a='&COPY'>",
"output":["ParseError", ["StartTag", "h", {"a":"\u00A9"}]]},

-{"description":"Unquoted attribute ending in ampersand",
- "input":"<s o=& t",
- "output":["ParseError",["StartTag","s",{"o":"&","t":""}]]}
-
]}
--
1.8.3.2

No comments:

Post a Comment