iliaa Sun Apr 25 12:50:48 2004 EDT
Modified files:
/php-src/ext/tidy/tests 008.phpt
Log:
Fixed test.
http://cvs.php.net/diff.php/php-src/ext/tidy/tests/008.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/tidy/tests/008.phpt
diff -u php-src/ext/tidy/tests/008.phpt:1.2 php-src/ext/tidy/tests/008.phpt:1.3
--- php-src/ext/tidy/tests/008.phpt:1.2 Tue Jan 13 21:43:33 2004
+++ php-src/ext/tidy/tests/008.phpt Sun Apr 25 12:50:47 2004
@@ -7,10 +7,8 @@
--INI--
--FILE--
<?php
-
$a = tidy_parse_string("<HTML><asd asdf></HTML>");
- echo $a->error_buf;
-
+ echo $a->errorBuffer;
?>
--EXPECT--
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php