Skip to content

Commit

Permalink
Provide errors for test introduced in #163
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 27, 2023
1 parent 31086ec commit 66f49b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tree-construction/tables01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,13 @@
#data
<div><table><svg><foreignObject><select><table><s>
#errors
1:1: Expected a doctype token
1:13: 'svg' tag isn't allowed here. Currently open tags: html, body, div, table.
1:33: 'select' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject.
1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject, select.
1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject.
1:48: 's' tag isn't allowed here. Currently open tags: html, body, div, table.
1:51: Premature end of file. Currently open tags: html, body, div, table, s.
#document
| <html>
| <head>
Expand Down

0 comments on commit 66f49b1

Please sign in to comment.