File:  [parser3project] / parser3 / tests / results / 427.processed
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Oct 2 02:45:35 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
first portion of array tests added (related to feature #930)

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

Constructors as methods:
1. table cleared: []
2. hash kept: {
"1":"1",
"2":"2"
}
or added : {
"1":"1",
"2":"2",
"3":"3"
}
or ignored {
"1":"1",
"2":"2",
"3":"3"
}
3. array kept: [
"1",
"2"
]
or added: [
"1",
"2",
"3"
]
or ignored [
"1",
"2",
"3"
]
4. array kept: [
"1",
"2",
"3"
]
or added: [
"1",
"2",
"3",
"4"
]
or nested: Exception type: parser.runtime,
Source: string,
Comment: call canceled - endless json recursion detected

E-mail: