diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/tidy/tests/024.phpt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/tidy/tests/024.phpt b/ext/tidy/tests/024.phpt index c3d08cd6ea..f69b962aee 100644 --- a/ext/tidy/tests/024.phpt +++ b/ext/tidy/tests/024.phpt @@ -27,15 +27,13 @@ $tidy->cleanRepair(); var_dump($tidy->value); ?> ---EXPECT-- -string(117) "<html> +--EXPECTF-- +string(11%d) "<html> <head> <title></title> </head> <body> -<wps:block> -<wps:var> -<wps:value></wps:var> -</wps:block> +<wps:block>%w<wps:var> +<wps:value></wps:var>%w</wps:block> </body> </html>" |
