From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../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 0000000000..f117f068a0 --- /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