1
0
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:
George Peter Banyard
2023-02-21 14:33:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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