From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../html5lib_tree_construction/entities02.dat | 283 +++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.dat (limited to 'parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.dat') diff --git a/parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.dat b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/entities02.dat new file mode 100644 index 000000000..f117f068a --- /dev/null +++ b/parser/htmlparser/tests/mochitest/html5lib_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