From fb18707cb4261b857e7fecd0a083fc3440fd9574 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 7 May 2006 18:17:53 +0000 Subject: [PATCH] fix test, sorry. --- ext/tidy/tests/021.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.40.0