|
20 | 20 | " [def&variable fn:doc]()[[ [variable foo][keyword /][variable @bar] [keyword eq] [variable $let] ]],", |
21 | 21 | " [keyword //][variable x] } [comment (: a more 'evil' test :)]", |
22 | 22 | " [comment (: Modified Blakeley example (: with nested comment :) ... :)]", |
23 | | - " [keyword declare] [keyword private] [keyword function] [def&variable local:declare]() {()}[variable ;]", |
24 | | - " [keyword declare] [keyword private] [keyword function] [def&variable local:private]() {()}[variable ;]", |
25 | | - " [keyword declare] [keyword private] [keyword function] [def&variable local:function]() {()}[variable ;]", |
26 | | - " [keyword declare] [keyword private] [keyword function] [def&variable local:local]() {()}[variable ;]", |
| 23 | + " [keyword declare] [variable private] [keyword function] [def&variable local:declare]() {()}[variable ;]", |
| 24 | + " [keyword declare] [variable private] [keyword function] [def&variable local:private]() {()}[variable ;]", |
| 25 | + " [keyword declare] [variable private] [keyword function] [def&variable local:function]() {()}[variable ;]", |
| 26 | + " [keyword declare] [variable private] [keyword function] [def&variable local:local]() {()}[variable ;]", |
27 | 27 | " [keyword let] [variable $let] [keyword :=] [variable <let>let] [variable $let] [keyword :=] [variable "let"<][keyword /let][variable >]", |
28 | 28 | " [keyword return] [keyword element] [variable element] {", |
29 | 29 | " [keyword attribute] [variable attribute] { [keyword try] { [def&variable xdmp:version]() } [keyword catch]([variable $e]) { [def&variable xdmp:log]([variable $e]) } },", |
30 | | - " [keyword attribute] [variable fn:doc] { [variable "bar"] [variable castable] [keyword as] [atom xs:string] },", |
| 30 | + " [keyword attribute] [variable fn:doc] { [variable "bar"] [keyword castable] [keyword as] [atom xs:string] },", |
31 | 31 | " [keyword element] [variable text] { [keyword text] { [variable "text"] } },", |
32 | 32 | " [def&variable fn:doc]()[[ [qualifier child::][variable eq][keyword /]([variable @bar] [keyword |] [qualifier attribute::][variable attribute]) [keyword eq] [variable $let] ]],", |
33 | 33 | " [keyword //][variable fn:doc]", |
|
0 commit comments