Skip to content

Commit 8624469

Browse files
committed
[ignore] xqsuite-tests.xql cleanup
1 parent 548320c commit 8624469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exist-core/src/test/xquery/xqsuite/xqsuite-tests.xql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
: License along with this library; if not, write to the Free Software
2020
: Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2121
:)
22-
xquery version "3.0";
22+
xquery version "3.1";
2323

2424
(:~
2525
: Some tests on features of the test suite itself.
@@ -28,7 +28,7 @@ module namespace t="http://exist-db.org/xquery/test/xqsuite";
2828

2929
declare namespace test="http://exist-db.org/xquery/xqsuite";
3030

31-
declare
31+
declare
3232
%test:assertXPath("/name[. = 'Item1']")
3333
function t:xpath() {
3434
<item>
@@ -64,4 +64,4 @@ declare
6464
%test:assertXPath("string-length($result) = 5")
6565
function t:xpath-atomic-value() {
6666
"Hello"
67-
};
67+
};

0 commit comments

Comments
 (0)