Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79154f9

Browse files
stevecheckowayjgraham
authored andcommitted
Remove duplicate errors
These all appear to be duplicated errors (or more like an explanation of the error).
1 parent e0007e6 commit 79154f9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tree-construction/blocks.dat

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<!doctype html><p>foo<address>bar<p>baz
33
#errors
44
(1,39): expected-closing-tag-but-got-eof
5-
30: Unclosed element “address”.
65
#document
76
| <!DOCTYPE html>
87
| <html>
@@ -32,7 +31,6 @@
3231
<!doctype html><p>foo<article>bar<p>baz
3332
#errors
3433
(1,39): expected-closing-tag-but-got-eof
35-
30: Unclosed element “article”.
3634
#document
3735
| <!DOCTYPE html>
3836
| <html>
@@ -62,7 +60,6 @@
6260
<!doctype html><p>foo<aside>bar<p>baz
6361
#errors
6462
(1,37): expected-closing-tag-but-got-eof
65-
28: Unclosed element “aside”.
6663
#document
6764
| <!DOCTYPE html>
6865
| <html>
@@ -92,7 +89,6 @@
9289
<!doctype html><p>foo<blockquote>bar<p>baz
9390
#errors
9491
(1,42): expected-closing-tag-but-got-eof
95-
33: Unclosed element “blockquote”.
9692
#document
9793
| <!DOCTYPE html>
9894
| <html>
@@ -122,7 +118,6 @@
122118
<!doctype html><p>foo<center>bar<p>baz
123119
#errors
124120
(1,38): expected-closing-tag-but-got-eof
125-
29: Unclosed element “center”.
126121
#document
127122
| <!DOCTYPE html>
128123
| <html>
@@ -152,7 +147,6 @@
152147
<!doctype html><p>foo<details>bar<p>baz
153148
#errors
154149
(1,39): expected-closing-tag-but-got-eof
155-
30: Unclosed element “details”.
156150
#document
157151
| <!DOCTYPE html>
158152
| <html>
@@ -182,7 +176,6 @@
182176
<!doctype html><p>foo<dialog>bar<p>baz
183177
#errors
184178
(1,38): expected-closing-tag-but-got-eof
185-
29: Unclosed element “dialog”.
186179
#document
187180
| <!DOCTYPE html>
188181
| <html>
@@ -212,7 +205,6 @@
212205
<!doctype html><p>foo<dir>bar<p>baz
213206
#errors
214207
(1,35): expected-closing-tag-but-got-eof
215-
26: Unclosed element “dir”.
216208
#document
217209
| <!DOCTYPE html>
218210
| <html>
@@ -242,7 +234,6 @@
242234
<!doctype html><p>foo<div>bar<p>baz
243235
#errors
244236
(1,35): expected-closing-tag-but-got-eof
245-
26: Unclosed element “div”.
246237
#document
247238
| <!DOCTYPE html>
248239
| <html>
@@ -272,7 +263,6 @@
272263
<!doctype html><p>foo<dl>bar<p>baz
273264
#errors
274265
(1,34): expected-closing-tag-but-got-eof
275-
25: Unclosed element “dl”.
276266
#document
277267
| <!DOCTYPE html>
278268
| <html>
@@ -302,7 +292,6 @@
302292
<!doctype html><p>foo<fieldset>bar<p>baz
303293
#errors
304294
(1,40): expected-closing-tag-but-got-eof
305-
31: Unclosed element “fieldset”.
306295
#document
307296
| <!DOCTYPE html>
308297
| <html>
@@ -332,7 +321,6 @@
332321
<!doctype html><p>foo<figcaption>bar<p>baz
333322
#errors
334323
(1,42): expected-closing-tag-but-got-eof
335-
33: Unclosed element “figcaption”.
336324
#document
337325
| <!DOCTYPE html>
338326
| <html>
@@ -362,7 +350,6 @@
362350
<!doctype html><p>foo<figure>bar<p>baz
363351
#errors
364352
(1,38): expected-closing-tag-but-got-eof
365-
29: Unclosed element “figure”.
366353
#document
367354
| <!DOCTYPE html>
368355
| <html>
@@ -392,7 +379,6 @@
392379
<!doctype html><p>foo<footer>bar<p>baz
393380
#errors
394381
(1,38): expected-closing-tag-but-got-eof
395-
29: Unclosed element “footer”.
396382
#document
397383
| <!DOCTYPE html>
398384
| <html>
@@ -422,7 +408,6 @@
422408
<!doctype html><p>foo<header>bar<p>baz
423409
#errors
424410
(1,38): expected-closing-tag-but-got-eof
425-
29: Unclosed element “header”.
426411
#document
427412
| <!DOCTYPE html>
428413
| <html>
@@ -452,7 +437,6 @@
452437
<!doctype html><p>foo<hgroup>bar<p>baz
453438
#errors
454439
(1,38): expected-closing-tag-but-got-eof
455-
29: Unclosed element “hgroup”.
456440
#document
457441
| <!DOCTYPE html>
458442
| <html>
@@ -482,7 +466,6 @@
482466
<!doctype html><p>foo<listing>bar<p>baz
483467
#errors
484468
(1,39): expected-closing-tag-but-got-eof
485-
30: Unclosed element “listing”.
486469
#document
487470
| <!DOCTYPE html>
488471
| <html>
@@ -512,7 +495,6 @@
512495
<!doctype html><p>foo<menu>bar<p>baz
513496
#errors
514497
(1,36): expected-closing-tag-but-got-eof
515-
27: Unclosed element “menu”.
516498
#document
517499
| <!DOCTYPE html>
518500
| <html>
@@ -542,7 +524,6 @@
542524
<!doctype html><p>foo<nav>bar<p>baz
543525
#errors
544526
(1,35): expected-closing-tag-but-got-eof
545-
26: Unclosed element “nav”.
546527
#document
547528
| <!DOCTYPE html>
548529
| <html>
@@ -572,7 +553,6 @@
572553
<!doctype html><p>foo<ol>bar<p>baz
573554
#errors
574555
(1,34): expected-closing-tag-but-got-eof
575-
25: Unclosed element “ol”.
576556
#document
577557
| <!DOCTYPE html>
578558
| <html>
@@ -602,7 +582,6 @@
602582
<!doctype html><p>foo<pre>bar<p>baz
603583
#errors
604584
(1,35): expected-closing-tag-but-got-eof
605-
26: Unclosed element “pre”.
606585
#document
607586
| <!DOCTYPE html>
608587
| <html>
@@ -632,7 +611,6 @@
632611
<!doctype html><p>foo<section>bar<p>baz
633612
#errors
634613
(1,39): expected-closing-tag-but-got-eof
635-
30: Unclosed element “section”.
636614
#document
637615
| <!DOCTYPE html>
638616
| <html>
@@ -662,7 +640,6 @@
662640
<!doctype html><p>foo<summary>bar<p>baz
663641
#errors
664642
(1,39): expected-closing-tag-but-got-eof
665-
30: Unclosed element “summary”.
666643
#document
667644
| <!DOCTYPE html>
668645
| <html>
@@ -692,7 +669,6 @@
692669
<!doctype html><p>foo<ul>bar<p>baz
693670
#errors
694671
(1,34): expected-closing-tag-but-got-eof
695-
25: Unclosed element “ul”.
696672
#document
697673
| <!DOCTYPE html>
698674
| <html>

0 commit comments

Comments
 (0)