Skip to content

Commit 91998a8

Browse files
committed
Update error messages
1 parent 040d0f6 commit 91998a8

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

tree-construction/tests2.dat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@
501501
<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
502502
#errors
503503
1:61: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
504-
1:77: ERROR: Premature end of file. Currently open tags: html, body, select, option.
505504
#document
506505
| <!DOCTYPE html>
507506
| <html>

tree-construction/tests7.dat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ X</listing>
214214
<!doctype html><select><select>X
215215
#errors
216216
1:24: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select.
217-
1:33: ERROR: Premature end of file. Currently open tags: html, body, select.
218217
#document
219218
| <!DOCTYPE html>
220219
| <html>

tree-construction/webkit01.dat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,13 +439,9 @@ no-doctype
439439
#errors
440440
1:1: ERROR: Expected a doctype token
441441
1:18: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
442-
1:35: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
443442
1:52: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
444-
1:69: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
445443
1:86: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
446-
1:103: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
447444
1:120: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, option.
448-
1:128: ERROR: Premature end of file. Currently open tags: html, body, select.
449445
#document
450446
| <html>
451447
| <head>

tree-construction/webkit02.dat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ eof-in-math
613613
#errors
614614
1:1: ERROR: Expected a doctype token
615615
1:23: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body, select, button.
616-
1:32: ERROR: Premature end of file. Currently open tags: html, body, select, button.
617616
#document
618617
| <html>
619618
| <head>
@@ -640,6 +639,7 @@ eof-in-math
640639
#errors
641640
1:1: ERROR: Expected a doctype token
642641
1:17: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, button.
642+
1:25: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body.
643643
1:34: ERROR: End tag 'button' isn't allowed here. Currently open tags: html, body.
644644
1:43: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body.
645645
#document
@@ -654,6 +654,7 @@ eof-in-math
654654
#errors
655655
1:1: ERROR: Expected a doctype token
656656
1:22: ERROR: Start tag 'select' isn't allowed here. Currently open tags: html, body, select, button, div.
657+
1:30: ERROR: End tag 'select' isn't allowed here. Currently open tags: html, body.
657658
#document
658659
| <html>
659660
| <head>

0 commit comments

Comments
 (0)