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/entities02.dat | 283 +++++++++++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 test/data/tree-construction/entities02.dat (limited to 'test/data/tree-construction/entities02.dat') diff --git a/test/data/tree-construction/entities02.dat b/test/data/tree-construction/entities02.dat new file mode 100644 index 0000000..f117f06 --- /dev/null +++ b/test/data/tree-construction/entities02.dat @@ -0,0 +1,283 @@ +#data +
+#errors +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>YY" + +#data +
+#errors +(1,15): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ&" + +#data +
+#errors +(1,15): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ&" + +#data +
+#errors +(1,13): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ&" + +#data +
+#errors +(1,15): named-entity-without-semicolon +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>=YY" + +#data +
+#errors +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>0YY" + +#data +
+#errors +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>9YY" + +#data +
+#errors +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>aYY" + +#data +
+#errors +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>ZYY" + +#data +
+#errors +(1,15): named-entity-without-semicolon +(1,20): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ> YY" + +#data +
+#errors +(1,15): named-entity-without-semicolon +(1,17): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>" + +#data +
+#errors +(1,15): named-entity-without-semicolon +(1,17): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>" + +#data +
+#errors +(1,14): named-entity-without-semicolon +(1,15): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ>" + +#data +
+#errors +(1,18): named-entity-without-semicolon +(1,26): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ£_id=23" + +#data +
+#errors +(1,25): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ&prod_id=23" + +#data +
+#errors +(1,27): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ£_id=23" + +#data +
+#errors +(1,26): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ∏_id=23" + +#data +
+#errors +(1,18): named-entity-without-semicolon +(1,23): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ£=23" + +#data +
+#errors +(1,22): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| bar="ZZ&prod=23" + +#data +
ZZ£_id=23
+#errors +(1,5): expected-doctype-but-got-start-tag +(1,13): named-entity-without-semicolon +#document +| +| +| +|
+| "ZZ£_id=23" + +#data +
ZZ&prod_id=23
+#errors +(1,5): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| "ZZ&prod_id=23" + +#data +
ZZ£_id=23
+#errors +(1,5): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| "ZZ£_id=23" + +#data +
ZZ∏_id=23
+#errors +(1,5): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| "ZZ∏_id=23" + +#data +
ZZ£=23
+#errors +(1,5): expected-doctype-but-got-start-tag +(1,13): named-entity-without-semicolon +#document +| +| +| +|
+| "ZZ£=23" + +#data +
ZZ&prod=23
+#errors +(1,5): expected-doctype-but-got-start-tag +#document +| +| +| +|
+| "ZZ&prod=23" -- cgit v1.2.3