update inbox list
This commit is contained in:
11
vendor/scrivo/highlight.php/test/markup/xquery/function_body.txt
vendored
Normal file
11
vendor/scrivo/highlight.php/test/markup/xquery/function_body.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare function local:test ($node as node()) as element(div) {
|
||||
for $n in $node
|
||||
return
|
||||
element div { switch($n)
|
||||
case 'abc' return 'OK'
|
||||
default return 2
|
||||
}
|
||||
};
|
||||
for $x in 1 to 3
|
||||
return
|
||||
local:test(<test>abc</test>)
|
||||
Reference in New Issue
Block a user