]> granicus.if.org Git - php/commitdiff
fix broken test (spurious tab characters caused run-tests to spaz)
authorGwynne Raskind <gwynne@php.net>
Fri, 14 Aug 2009 09:44:45 +0000 (09:44 +0000)
committerGwynne Raskind <gwynne@php.net>
Fri, 14 Aug 2009 09:44:45 +0000 (09:44 +0000)
ext/simplexml/tests/bug41861.phpt

index 087b57058f5cea8177a0f349db3ec604945a9f5b..607d301f7b4ea151b3c0a7106199afc265d8d7a7 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
-       --SKIPIF--
-       <?php if (!extension_loaded("simplexml")) print "skip"; ?>
+--SKIPIF--
+<?php if (!extension_loaded("simplexml")) print "skip"; ?>
 --FILE--
 <?php
 
@@ -39,4 +39,4 @@ children(): 'last_node_no_ns' -- namespaces:
 children(#ns1): 'node1' -- namespaces: #ns1
 children(#ns2): 'node2' -- namespaces: #ns2
 children(#ns3): 'node3' -- namespaces: #ns3
-===DONE===
\ No newline at end of file
+===DONE===