Skip to content

Commit 03e3b3d

Browse files
committed
[test] Show that namespaces are not respected correctly within conditions of the Range Index config
1 parent dcab3bd commit 03e3b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/indexes/range/src/test/xquery/range/conditions.xql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ declare variable $ct:DATA :=
199199
<note type="other2" other1:type="start_end">foo</note>
200200
<note type="bar" other2:type="other2">foo</note>
201201
<note type="something" other2:type="other2">literarisch</note>
202+
<note xmlns:other1="http://not-other-one" other1:type="other1">other1-not-same-namespace</note>
202203
</msItemStruct>
203204
</msContents>
204205
</msDesc>

0 commit comments

Comments
 (0)