Skip to content

Commit 0d07483

Browse files
authored
Merge pull request #196 from phpcr/test-spaces
test with selector with spaces
2 parents 11d37b7 + 1f5bd54 commit 0d07483

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Query/QOM/QomTestQueries.php

-2
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,12 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
438438
)
439439
;
440440

441-
/* TODO
442441
$queries['6.7.20.SameNode.Selector_Space'] =
443442
$factory->createQuery(
444443
$factory->selector('file', 'nt:file'),
445444
$factory->sameNode('file', '/home node'),
446445
array(),
447446
array());
448-
*/
449447

450448
/*
451449
* 6.7.21. ChildNode

0 commit comments

Comments
 (0)