diff options
Diffstat (limited to 'test/xml-mapped/nested-repeats/check.txt')
-rw-r--r-- | test/xml-mapped/nested-repeats/check.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/xml-mapped/nested-repeats/check.txt b/test/xml-mapped/nested-repeats/check.txt new file mode 100644 index 0000000..9672007 --- /dev/null +++ b/test/xml-mapped/nested-repeats/check.txt @@ -0,0 +1,20 @@ +data/0/0:string:"id" +data/0/1:string:"ref" +data/1/0:string:"A" +data/1/1:numeric:123456789 +data/2/0:string:"A" +data/2/1:numeric:987654321 +data/3/0:string:"B" +data/3/1:numeric:1 +data/4/0:string:"B" +data/4/1:numeric:2 +data/5/0:string:"B" +data/5/1:numeric:3 +data/6/0:string:"C" +data/6/1:numeric:1.1 +data/7/0:string:"C" +data/7/1:numeric:2.2 +data/8/0:string:"C" +data/8/1:numeric:3.3 +data/9/0:string:"C" +data/9/1:numeric:4.4 |