File:  [parser3project] / parser3 / tests / results / 414.processed
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun May 26 18:20:41 2024 UTC (2 years, 3 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Type -> Exception type for readability

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

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)
Exception type: parser.runtime,
Source: rename,
Comment: from key must be string (parameter #1)
Exception type: parser.runtime,
Source: rename,
Comment: to key must be string (parameter #2)
Exception type: parser.runtime,
Source: rename,
Comment: is 'hash', it has no string representation

E-mail: