~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/jsoniq/arr_constr_26.xq

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import module namespace j = "http://www.jsoniq.org/functions";
 
3
 
 
4
j:size (
 
5
  [
 
6
    [1, 2, 3],
 
7
    [4, 5, 6],
 
8
    [7, 8, 9]
 
9
  ]
 
10
)