diff --git a/ext/tidy/tests/006.phpt b/ext/tidy/tests/006.phpt index 6197f6d3625..a01121deee4 100644 --- a/ext/tidy/tests/006.phpt +++ b/ext/tidy/tests/006.phpt @@ -8,9 +8,9 @@ tidy echo tidy_get_error_buffer($a); ?> ---EXPECT-- +--EXPECTF-- line 1 column 1 - Warning: missing declaration -line 1 column 7 - Error: is not recognized! +line 1 column 7 - Error: is not recogni%ced! line 1 column 7 - Warning: discarding unexpected line 1 column 17 - Warning: discarding unexpected line 1 column 7 - Warning: inserting missing 'title' element diff --git a/ext/tidy/tests/008.phpt b/ext/tidy/tests/008.phpt index b6cf26a521a..bb3b779b67b 100644 --- a/ext/tidy/tests/008.phpt +++ b/ext/tidy/tests/008.phpt @@ -7,9 +7,9 @@ tidy $a = tidy_parse_string(""); echo $a->errorBuffer; ?> ---EXPECT-- +--EXPECTF-- line 1 column 1 - Warning: missing declaration -line 1 column 7 - Error: is not recognized! +line 1 column 7 - Error: is not recogni%ced! line 1 column 7 - Warning: discarding unexpected line 1 column 17 - Warning: discarding unexpected line 1 column 7 - Warning: inserting missing 'title' element