~zorba-coders/zorba/image-module-head

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/xqxq/is-bound-variable2.xq

  • Committer: Zorba Build Bot
  • Author(s): chillery+launchpad at lambda
  • Date: 2012-10-26 15:13:54 UTC
  • mfrom: (11110.1.2 move-xqxq-core)
  • Revision ID: chillery+buildbot@lambda.nu-20121026151354-ojxq78uovjc6czno
Moved XQXQ into Zorba core. Approved: Juan Zacarias, Matthias Brantner, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
 
2
variable $query-key := xqxq:prepare-main-module('
 
3
  declare variable $a external;
 
4
  declare variable $b external := 2;
 
5
  declare variable $c external;
 
6
  $a');
 
7
xqxq:is-bound-variable($query-key, xs:QName('x'))
 
 
b'\\ No newline at end of file'