diff options
author | Steve Spigarelli <spig@spig.net> | 2012-04-05 10:27:51 -0700 |
---|---|---|
committer | Steve Spigarelli <spig@spig.net> | 2012-04-05 10:27:51 -0700 |
commit | b70d989a1b9c06b62e816a65675402f8c44ab363 (patch) | |
tree | 4fdfc3c95932469e025c808affcee9dbcd47fbdb /tests | |
parent | b3afc96f8ca2a05884f591ccd08c58b541f4103b (diff) | |
parent | eb6a42b36927a23764f0df00af5ca607c6ac9498 (diff) | |
download | pygments-b70d989a1b9c06b62e816a65675402f8c44ab363.tar.gz |
fixed merge conflicts with web.py
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examplefiles/test.xqy | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/examplefiles/test.xqy b/tests/examplefiles/test.xqy index 92f9d5a6..c626ea96 100644 --- a/tests/examplefiles/test.xqy +++ b/tests/examplefiles/test.xqy @@ -25,13 +25,15 @@ define function whatsit($param as xs:string) as xs:string { element test { 'a' }, attribute foo { "bar" }, fn:doc()[ foo/@bar eq $let ], - //x/with/another/xpath/@attr } + //x/with/another/*/*:version/xpath/@attr } }; let $bride := "Bride" let $test := validate lax { <some>html</some> } let $test := validate strict { <some>html</some> } let $test := validate { <some>html</some> } +let $test := $var1/*:Article (: comment here :) [fn:not()] +let $test := $var1/@*:name/fn:string() let $noop := ordered { $test } let $noop := unordered { $test } |