From 42543b07806ca9b9bec73eda91afa657f57c64bc Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Wed, 11 Jun 2014 09:13:22 +0530 Subject: Adding the latest test files without fixing the INDEXes or the test interfaces --- test/data/tree-construction/comments01.dat | 178 +++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 test/data/tree-construction/comments01.dat (limited to 'test/data/tree-construction/comments01.dat') diff --git a/test/data/tree-construction/comments01.dat b/test/data/tree-construction/comments01.dat new file mode 100644 index 0000000..35ec6cc --- /dev/null +++ b/test/data/tree-construction/comments01.dat @@ -0,0 +1,178 @@ +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-bang-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOO + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-char-in-comment +(1,24): unexpected-char-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,15): unexpected-char-in-comment +(1,24): unexpected-char-in-comment +(1,31): unexpected-bang-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOO + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,9): incorrect-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,8): incorrect-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +Hi +#errors +(1,1): expected-tag-name-but-got-question-mark +(1,22): expected-doctype-but-got-chars +#document +| +| +| +| +| "Hi" + +#data + +#errors +(1,1): expected-tag-name-but-got-question-mark +(1,20): expected-doctype-but-got-eof +#document +| +| +| +| + +#data + +| +| +| + +#data +FOOBAZ +#errors +(1,3): expected-doctype-but-got-chars +(1,10): unexpected-dash-after-double-dash-in-comment +#document +| +| +| +| "FOO" +| +| "BAZ" + +#data +Comment before head +#errors +(1,6): expected-doctype-but-got-start-tag +#document +| +| +| +| +| "Comment before head" +| <body> -- cgit v1.2.3