Skip to content

Commit cf43bd3

Browse files
committed
Update existing regression testing results to accommodate new behavior. This is
justified because we're simply reporting a new condition without changing output.
1 parent b9d1e2b commit cf43bd3

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

regression_testing/cases/legacy-expects/case-1062511.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ line 7 column 1 - Warning: <base> isn't allowed in <b> elements
88
line 6 column 1 - Info: <b> previously mentioned
99
line 6 column 1 - Warning: missing </b> before <hr>
1010
line 3 column 1 - Warning: content occurs after end of body
11+
line 2 column 1 - Warning: blank 'title' element
1112
line 3 column 1 - Warning: trimming empty <marquee>
1213
line 6 column 1 - Warning: trimming empty <b>
1314
Info: Document content looks like HTML5
14-
Tidy found 11 warnings and 0 errors!
15+
Tidy found 12 warnings and 0 errors!
1516

1617
One or more empty elements were present in the source document but
1718
dropped on output. If these elements are necessary or you don't want

regression_testing/cases/legacy-expects/case-1674502.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
22
line 7 column 1 - Warning: discarding unexpected XML declaration
3+
line 3 column 1 - Warning: blank 'title' element
34
Info: Document content looks like HTML5
4-
Tidy found 2 warnings and 0 errors!
5+
Tidy found 3 warnings and 0 errors!
56

67
About HTML Tidy: https://github.com/htacg/tidy-html5
78
Bug reports and comments: https://github.com/htacg/tidy-html5/issues

regression_testing/cases/legacy-expects/case-1773932.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ line 7 column 1 - Warning: missing </font> before <ol>
33
line 8 column 9 - Warning: inserting implicit <font>
44
line 9 column 10 - Warning: inserting implicit <font>
55
line 10 column 10 - Warning: inserting implicit <font>
6+
line 3 column 1 - Warning: blank 'title' element
67
line 7 column 1 - Warning: trimming empty <font>
78
Info: Document content looks like HTML5
8-
Tidy found 6 warnings and 0 errors!
9+
Tidy found 7 warnings and 0 errors!
910

1011
You are recommended to use CSS to specify the font and
1112
properties such as its size and color. This will reduce

regression_testing/cases/legacy-expects/case-427675.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
22
line 8 column 1 - Warning: discarding unexpected <frame>
33
line 10 column 1 - Warning: missing </noframes>
4+
line 3 column 3 - Warning: blank 'title' element
45
line 5 column 1 - Warning: <frameset> element removed from HTML5
56
line 6 column 3 - Warning: <frame> element removed from HTML5
67
line 10 column 1 - Warning: <noframes> element removed from HTML5
78
Info: Document content looks like HTML5
8-
Tidy found 6 warnings and 0 errors!
9+
Tidy found 7 warnings and 0 errors!
910

1011
About HTML Tidy: https://github.com/htacg/tidy-html5
1112
Bug reports and comments: https://github.com/htacg/tidy-html5/issues

regression_testing/cases/legacy-expects/case-427676.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ line 6 column 14 - Error: <spanstyle> is not recognized!
55
line 6 column 14 - Warning: discarding unexpected <spanstyle>
66
line 6 column 44 - Warning: discarding unexpected </span>
77
line 6 column 52 - Info: value for attribute "href" missing quote marks
8+
line 3 column 3 - Warning: blank 'title' element
89
line 6 column 52 - Warning: <a> illegal characters found in URI
910
Info: Document content looks like HTML5
10-
Tidy found 6 warnings and 1 error!
11+
Tidy found 7 warnings and 1 error!
1112

1213
This document has errors that must be fixed before
1314
using HTML Tidy to generate a tidied up version.

0 commit comments

Comments
 (0)