This commit is contained in:
Antony Dovgal 2008-01-23 09:54:38 +00:00
parent a5505302e4
commit ff183efe61

View file

@ -8,6 +8,9 @@ print $xml->asXML();
?> ?>
===DONE=== ===DONE===
--EXPECT-- --EXPECT--
Warning: main(): Cannot write or create unnamed element in %s on line %d
Warning: main(): Cannot write or create unnamed element in %s on line %d
<?xml version="1.0"?> <?xml version="1.0"?>
<root><foo/></root> <root><foo/></root>
===DONE=== ===DONE===