File:  [parser3project] / parser3 / tests / results / 405.processed
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Oct 5 03:40:36 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
tests updated after ^string.split[;a] implemented (related to feature #1249)

Content-Type: text/html
Content-Length: 776

1. [a, b ,,c,]
[
{"v":"a"},
{"v":"b"},
{"v":""},
{"v":"c"}
]
[
{"v":"a"},
{"v":" b "},
{"v":""},
{"v":"c"}
]
2. [,a, b ,,c]
[
{"v":""},
{"v":"a"},
{"v":"b"},
{"v":""},
{"v":"c"}
]
[
{"v":""},
{"v":"a"},
{"v":" b "},
{"v":""},
{"v":"c"}
]
3.
Exception type: parser.runtime,
Source: v,
Comment: column name cannot be specified when splitting into a table horizontal row
Exception type: parser.runtime,
Source: v,
Comment: column name cannot be specified when splitting into an array
Exception type: parser.runtime,
Source: ha,
Comment: conflicting split options
Exception type: parser.runtime,
Source: va,
Comment: conflicting split options
Exception type: parser.runtime,
Source: hv,
Comment: conflicting split options
4. [
"",
"a",
" b ",
"",
"c"
]
[
"c",
"",
" b ",
"a",
""
]

E-mail: