summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/tree-construction/regression.dat19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/data/tree-construction/regression.dat b/test/data/tree-construction/regression.dat
index b92cb99..ab71f42 100644
--- a/test/data/tree-construction/regression.dat
+++ b/test/data/tree-construction/regression.dat
@@ -41,6 +41,25 @@
| "Foo"
#data
+<table><col width="400"><col><td>width</td><td>nowidth</td></table>
+#errors
+#document
+| <html>
+| <head>
+| <body>
+| <table>
+| <colgroup>
+| <col>
+| width="400"
+| <col>
+| <tbody>
+| <tr>
+| <td>
+| "width"
+| <td>
+| "nowidth"
+
+#data
<table><tr bgcolor="yellow"><td>yellow</td></tr><tr><td>transparent</td></tr></table>
#errors
#document