Skip to content

Commit 22bc1eb

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix Tidy tests failing due to different spelling [skip ci] Update NEWS with bugfixes backported from 8.1
2 parents e093ac4 + 054d83b commit 22bc1eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/tidy/tests/006.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ tidy
88
echo tidy_get_error_buffer($a);
99

1010
?>
11-
--EXPECT--
11+
--EXPECTF--
1212
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
13-
line 1 column 7 - Error: <asd> is not recognized!
13+
line 1 column 7 - Error: <asd> is not recogni%ced!
1414
line 1 column 7 - Warning: discarding unexpected <asd>
1515
line 1 column 17 - Warning: discarding unexpected </html>
1616
line 1 column 7 - Warning: inserting missing 'title' element

ext/tidy/tests/008.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ tidy
77
$a = tidy_parse_string("<HTML><asd asdf></HTML>");
88
echo $a->errorBuffer;
99
?>
10-
--EXPECT--
10+
--EXPECTF--
1111
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
12-
line 1 column 7 - Error: <asd> is not recognized!
12+
line 1 column 7 - Error: <asd> is not recogni%ced!
1313
line 1 column 7 - Warning: discarding unexpected <asd>
1414
line 1 column 17 - Warning: discarding unexpected </html>
1515
line 1 column 7 - Warning: inserting missing 'title' element

0 commit comments

Comments
 (0)