From: Nuno Lopes Date: Sun, 7 May 2006 18:17:53 +0000 (+0000) Subject: fix test, sorry. X-Git-Tag: BEFORE_NEW_OUTPUT_API~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb18707cb4261b857e7fecd0a083fc3440fd9574;p=php fix test, sorry. --- diff --git a/ext/tidy/tests/021.phpt b/ext/tidy/tests/021.phpt index 94aa6c7f73..6e222cb80e 100644 --- a/ext/tidy/tests/021.phpt +++ b/ext/tidy/tests/021.phpt @@ -11,13 +11,13 @@ $t = new tidy; var_dump($t->getOptDoc('ncr')); var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99); ?> ---EXPECT-- -Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 'some_bogus_cfg' in /cvs/php-src/ext/tidy/tests/021.php on line 3 +--EXPECTF-- +Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 'some_bogus_cfg' in %s021.php on line 3 bool(false) string(73) "This option specifies if Tidy should allow numeric character references. " bool(true) ---UEXPECT-- -Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 'some_bogus_cfg' in /cvs/php-src/ext/tidy/tests/021.php on line 3 +--UEXPECTF-- +Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 'some_bogus_cfg' in %s021.php on line 3 bool(false) unicode(73) "This option specifies if Tidy should allow numeric character references. " bool(true)