mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
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>