File:  [parser3project] / parser3 / tests / results / 414.processed
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Dec 11 02:57:18 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
tests updated after params.as_string error reporting was improved (related to feature #1267)

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

1. {
"a":"1",
"b":"2",
"c":"3",
"d":"4"
}
{
"a":"1",
"b":"2",
"c":"3",
"d":"4"
}
2. {
"a":"1",
"x":"2",
"c":"3",
"d":"4"
}
{
"x":"1",
"b":"2",
"c":"3",
"d":"4"
}
{
"a":"1",
"b":"2",
"c":"3",
"x":"4"
}
3. {
"c":"1",
"b":"2",
"d":"4"
}
{
"b":"2",
"c":"3",
"a":"4"
}
{
"a":"1",
"c":"2",
"d":"4"
}
4. {
"d":"1"
}
{
"a1":"1",
"b1":"2",
"c1":"3",
"d":"4"
}
5. {
"":"1",
"b":"2",
"c":"3",
"d":"4"
}
{
"a":"1",
"":"2",
"c":"3",
"d":"4"
}
{
"":"3",
"d":"4"
}
6. Exception type: parser.runtime,
Source: rename,
Comment: single parameter must have hash representation (parameter #1 is 'string')
Exception type: parser.runtime,
Source: rename,
Comment: from key must be string (parameter #1 is 'junction')
Exception type: parser.runtime,
Source: rename,
Comment: to key must be string (parameter #2 is 'junction')
Exception type: parser.runtime,
Source: rename,
Comment: from key must be string (parameter #1 is 'hash')

E-mail: