We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eecf03 commit 16b84d5Copy full SHA for 16b84d5
exist-core/src/test/xquery/fn.xql
@@ -160,4 +160,12 @@ declare
160
%test:assertEmpty
161
function fnt:document-uri1_empty() {
162
document-uri(root(collection('/db/fn-test')//bookies))
163
-};
+};
164
+
165
+declare
166
+ %test:assertEquals("TRUE")
167
+function fnt:fn-document-uri-32() {
168
+ let $uri := "/db/fn-test/test.xml"
169
+ return
170
+ fn:upper-case(fn:string(fn:contains((fn:doc($uri))/document-uri(),$uri)))
171
0 commit comments