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 eb58edc commit 3e02ddcCopy full SHA for 3e02ddc
test/src/xquery/xquery3/flwor.xql
@@ -46,13 +46,13 @@ function flwor:cleanup() {
46
xmldb:remove("/db/system/config/db/" || $flwor:COLLECTION_NAME)
47
};
48
49
-declare function flwor:test($a) {
50
- collection($flwor:COLLECTION_NAME)//place[placeName = "berlin"]/string()
+declare function flwor:test($name) {
+ collection($flwor:COLLECTION_NAME)//place[placeName = $name]/string()
51
52
53
54
declare
55
- %test:assertEquals("Berlin")
+ %test:assertEquals("Berlin", "Berlin")
56
function flwor:order-by-with-range() {
57
for $i in 1 to 2
58
order by $i
0 commit comments