php-src/ext/tidy
nielsdos 74c880edd1
Fix Tidy tests failing due to different spelling
On my system, with Tidy 5.7.45, I get the following error diff for two
tests:
002+ line 1 column 7 - Error: <asd> is not recognised!
002- line 1 column 7 - Error: <asd> is not recognized!

As we can see, the spelling of recognised is different. Use an EXPECTF
and %c to mitigate this issue.

Signed-off-by: George Peter Banyard <girgias@php.net>
2023-02-21 14:32:39 +00:00
..
tests Fix Tidy tests failing due to different spelling 2023-02-21 14:32:39 +00:00
config.m4 [skip ci] Fix comment in Tidy autoconf file 2020-04-19 15:53:06 +02:00
config.w32 Merge branch 'PHP-7.2' into PHP-7.3 2018-12-09 19:15:11 +01:00
CREDITS
php_tidy.def Fix libtidy exports when ext/tidy compiled static 2018-12-09 18:59:05 +01:00
php_tidy.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
tidy.c Add missing error check on tidyLoadConfig 2023-02-21 14:12:17 +00:00
tidy.stub.php Declare tentative return types for ext/tidy 2021-05-25 19:18:58 +02:00
tidy_arginfo.h Declare tentative return types for ext/tidy 2021-05-25 19:18:58 +02:00