Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: tests/data/tokenizer/xmlViolation.test

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/data/tokenizer/unicodeCharsProblematic.test ('k') | tests/data/tree-construction/adoption01.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/data/tokenizer/xmlViolation.test
diff --git a/tests/data/tokenizer/xmlViolation.test b/tests/data/tokenizer/xmlViolation.test
deleted file mode 100644
index 137d964295dfe0b8c9331e87073befbecf54c634..0000000000000000000000000000000000000000
--- a/tests/data/tokenizer/xmlViolation.test
+++ /dev/null
@@ -1,22 +0,0 @@
-{"xmlViolationTests": [
-
-{"description":"Non-XML character",
-"input":"a\uFFFFb",
-"ignoreErrorOrder":true,
-"output":["ParseError",["Character","a\uFFFDb"]]},
-
-{"description":"Non-XML space",
-"input":"a\u000Cb",
-"ignoreErrorOrder":true,
-"output":[["Character","a b"]]},
-
-{"description":"Double hyphen in comment",
-"input":"<!-- foo -- bar -->",
-"output":["ParseError",["Comment"," foo - - bar "]]},
-
-{"description":"FF between attributes",
-"input":"<a b=''\u000Cc=''>",
-"output":[["StartTag","a",{"b":"","c":""}]]}
-]}
-
-
« no previous file with comments | « tests/data/tokenizer/unicodeCharsProblematic.test ('k') | tests/data/tree-construction/adoption01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698