summaryrefslogtreecommitdiff
path: root/test/data/tree-construction/tests8.dat
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/tree-construction/tests8.dat')
-rw-r--r--test/data/tree-construction/tests8.dat72
1 files changed, 46 insertions, 26 deletions
diff --git a/test/data/tree-construction/tests8.dat b/test/data/tree-construction/tests8.dat
index 7520b42..90e6c91 100644
--- a/test/data/tree-construction/tests8.dat
+++ b/test/data/tree-construction/tests8.dat
@@ -3,9 +3,9 @@
<div></div>
</span>x
#errors
-missing doctype
-unexpected </span>
-unclosed <div>
+Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
+Line: 3 Col: 7 Unexpected end tag (span). Ignored.
+Line: 3 Col: 8 Expected closing tag. Unexpected end of file.
#document
| <html>
| <head>
@@ -21,9 +21,9 @@ x"
<div>x<div></div>
</span>x
#errors
-missing doctype
-unexpected </span>
-unclosed <div>
+Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
+Line: 2 Col: 7 Unexpected end tag (span). Ignored.
+Line: 2 Col: 8 Expected closing tag. Unexpected end of file.
#document
| <html>
| <head>
@@ -37,9 +37,9 @@ x"
#data
<div>x<div></div>x</span>x
#errors
-missing doctype
-unexpected </span>
-unclosed <div>
+Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
+Line: 1 Col: 25 Unexpected end tag (span). Ignored.
+Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
#document
| <html>
| <head>
@@ -52,9 +52,9 @@ unclosed <div>
#data
<div>x<div></div>y</span>z
#errors
-missing doctype
-unexpected </span>
-unclosed <div>
+Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
+Line: 1 Col: 25 Unexpected end tag (span). Ignored.
+Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
#document
| <html>
| <head>
@@ -67,10 +67,13 @@ unclosed <div>
#data
<table><div>x<div></div>x</span>x
#errors
-missing doctype
-table voodoo
-unexpected </span>
-unclosed <div>
+Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
+Line: 1 Col: 12 Unexpected start tag (div) in table context caused voodoo mode.
+Line: 1 Col: 18 Unexpected start tag (div) in table context caused voodoo mode.
+Line: 1 Col: 24 Unexpected end tag (div) in table context caused voodoo mode.
+Line: 1 Col: 32 Unexpected end tag (span) in table context caused voodoo mode.
+Line: 1 Col: 32 Unexpected end tag (span). Ignored.
+Line: 1 Col: 33 Unexpected end of file. Expected table content.
#document
| <html>
| <head>
@@ -84,9 +87,9 @@ unclosed <div>
#data
x<table>x
#errors
-missing doctype
-table voodoo
-unclosed <table>
+Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
+Line: 1 Col: 9 Unexpected non-space characters in table context caused voodoo mode.
+Line: 1 Col: 9 Unexpected end of file. Expected table content.
#document
| <html>
| <head>
@@ -97,10 +100,10 @@ unclosed <table>
#data
x<table><table>x
#errors
-missing doctype
-unexpected <table>
-table voodoo
-unclosed <table>
+Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
+Line: 1 Col: 15 Unexpected start tag (table) implies end tag (table).
+Line: 1 Col: 16 Unexpected non-space characters in table context caused voodoo mode.
+Line: 1 Col: 16 Unexpected end of file. Expected table content.
#document
| <html>
| <head>
@@ -113,9 +116,9 @@ unclosed <table>
#data
<b>a<div></div><div></b>y
#errors
-missing doctype
-adoption agency
-unclosed <div>
+Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
+Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
+Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
#document
| <html>
| <head>
@@ -126,3 +129,20 @@ unclosed <div>
| <div>
| <b>
| "y"
+
+#data
+<a><div><p></a>
+#errors
+Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
+Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
+Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
+Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
+#document
+| <html>
+| <head>
+| <body>
+| <a>
+| <div>
+| <a>
+| <p>
+| <a>