File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,8 @@ FOO�
762
762
FOO�ZOO
763
763
#errors
764
764
(1,3): expected-doctype-but-got-chars
765
- (1,13): illegal-codepoint-for-numeric-entity
765
+ (1,16): numeric-entity-without-semicolon
766
+ (1,16): illegal-codepoint-for-numeric-entity
766
767
#document
767
768
| <html>
768
769
| <head>
@@ -773,7 +774,8 @@ FOO�ZOO
773
774
FOO�ZOO
774
775
#errors
775
776
(1,3): expected-doctype-but-got-chars
776
- (1,13): illegal-codepoint-for-numeric-entity
777
+ (1,15): numeric-entity-without-semicolon
778
+ (1,15): illegal-codepoint-for-numeric-entity
777
779
#document
778
780
| <html>
779
781
| <head>
@@ -784,7 +786,8 @@ FOO�ZOO
784
786
FOO�ZOO
785
787
#errors
786
788
(1,3): expected-doctype-but-got-chars
787
- (1,13): illegal-codepoint-for-numeric-entity
789
+ (1,17): numeric-entity-without-semicolon
790
+ (1,17): illegal-codepoint-for-numeric-entity
788
791
#document
789
792
| <html>
790
793
| <head>
Original file line number Diff line number Diff line change @@ -1539,7 +1539,6 @@ Line1<br>Line2<br>Line3<br>Line4
1539
1539
(1,27): unexpected-select-in-select
1540
1540
(1,39): unexpected-end-tag
1541
1541
(1,48): unexpected-end-tag
1542
- (1,48): expected-closing-tag-but-got-eof
1543
1542
#document
1544
1543
| <html>
1545
1544
| <head>
Original file line number Diff line number Diff line change 216
216
#data
217
217
<!doctype html><script><!
218
218
#errors
219
+ (1,25): expected-script-data-but-got-eof
219
220
(1,25): expected-named-closing-tag-but-got-eof
220
221
#document
221
222
| <!DOCTYPE html>
1445
1446
<script><!
1446
1447
#errors
1447
1448
(1,8): expected-doctype-but-got-start-tag
1449
+ (1,10): expected-script-data-but-got-eof
1448
1450
(1,10): expected-named-closing-tag-but-got-eof
1449
1451
#document
1450
1452
| <html>
You can’t perform that action at this time.
0 commit comments