rasmus Wed, 27 Apr 2011 15:08:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310564
Log:
Fix broken test
Changed paths:
U php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt
U php/php-src/trunk/ext/dom/tests/dom005.phpt
Modified: php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt 2011-04-27
15:07:02 UTC (rev 310563)
+++ php/php-src/branches/PHP_5_3/ext/dom/tests/dom005.phpt 2011-04-27
15:08:44 UTC (rev 310564)
@@ -27,10 +27,7 @@
</body></html>
--- save as HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
-<html>
-<head><title>Hello world</title></head>
-<body>
+<html><head><title>Hello world</title></head><body>
This is a not well-formed<br>
html files with undeclared entities
-</body>
-</html>
+</body></html>
Modified: php/php-src/trunk/ext/dom/tests/dom005.phpt
===================================================================
--- php/php-src/trunk/ext/dom/tests/dom005.phpt 2011-04-27 15:07:02 UTC (rev
310563)
+++ php/php-src/trunk/ext/dom/tests/dom005.phpt 2011-04-27 15:08:44 UTC (rev
310564)
@@ -27,10 +27,7 @@
</body></html>
--- save as HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
-<html>
-<head><title>Hello world</title></head>
-<body>
+<html><head><title>Hello world</title></head><body>
This is a not well-formed<br>
html files with undeclared entities
-</body>
-</html>
+</body></html>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php