]> granicus.if.org Git - php/commitdiff
fix test, sorry.
authorNuno Lopes <nlopess@php.net>
Sun, 7 May 2006 18:17:53 +0000 (18:17 +0000)
committerNuno Lopes <nlopess@php.net>
Sun, 7 May 2006 18:17:53 +0000 (18:17 +0000)
ext/tidy/tests/021.phpt

index 94aa6c7f73cdbd3497cf432b551ba28cfe4e1204..6e222cb80e00792854770b0d64349561b536b6d4 100644 (file)
@@ -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)