Skip to content

Commit 5b0e687

Browse files
committed
updated document to have xquery declaration first
1 parent a83b067 commit 5b0e687

File tree

1 file changed

+2
-1
lines changed
  • test-complete/src/test/java/com/marklogic/client/functionaltest/data

1 file changed

+2
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/data/module.xqy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
xquery version "1.0-ml";
12
(:
23
Copyright 2014-2015 MarkLogic Corporation
34
@@ -14,7 +15,7 @@
1415
limitations under the License.
1516
:)
1617

17-
xquery version "1.0-ml";
18+
1819

1920
module namespace my = "http://my.test.module";
2021
declare function my:useless()

0 commit comments

Comments
 (0)