1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

fixed test

This commit is contained in:
Zoe Slattery
2009-02-13 17:56:20 +00:00
parent 1c48fa06e5
commit 7729acd99d
+2 -2
View File
@@ -23,10 +23,10 @@ foreach ($dom->documentElement->childNodes as $node) {
--EXPECTF--
<?xml version="1.0"?>
<foo xmlns:xi="http://www.w3.org/2001/XInclude">
<book xml:base="compress.zlib://%sext/dom/tests/book.xml">
<book xml:base="compress.zlib://%sbook.xml">
<title>The Grapes of Wrath</title>
<author>John Steinbeck</author>
</book><book xml:base="compress.zlib://%sext/dom/tests/book.xml">
</book><book xml:base="compress.zlib://%sbook.xml">
<title>The Pearl</title>
<author>John Steinbeck</author>
</book>