mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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
This commit is contained in:
@@ -8,9 +8,9 @@ tidy
|
||||
echo tidy_get_error_buffer($a);
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 1 column 7 - Error: <asd> is not recognized!
|
||||
line 1 column 7 - Error: <asd> is not recogni%ced!
|
||||
line 1 column 7 - Warning: discarding unexpected <asd>
|
||||
line 1 column 17 - Warning: discarding unexpected </html>
|
||||
line 1 column 7 - Warning: inserting missing 'title' element
|
||||
|
||||
@@ -7,9 +7,9 @@ tidy
|
||||
$a = tidy_parse_string("<HTML><asd asdf></HTML>");
|
||||
echo $a->errorBuffer;
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 1 column 7 - Error: <asd> is not recognized!
|
||||
line 1 column 7 - Error: <asd> is not recogni%ced!
|
||||
line 1 column 7 - Warning: discarding unexpected <asd>
|
||||
line 1 column 17 - Warning: discarding unexpected </html>
|
||||
line 1 column 7 - Warning: inserting missing 'title' element
|
||||
|
||||
Reference in New Issue
Block a user