|
|
test for ^break[] in ^hash/table.select[] (related to feature #1222)
Content-Type: text/html
Content-Length: 328
0
{}
[]
1
{
"1":"1"
}
[
{"v":"1"}
]
2
{
"1":"1",
"2":"2"
}
[
{"v":"1"},
{"v":"2"}
]
3
{
"1":"1",
"2":"2",
"3":"3"
}
[
{"v":"1"},
{"v":"2"},
{"v":"3"}
]
4
{
"1":"1",
"2":"2",
"3":"3",
"4":"4"
}
[
{"v":"1"},
{"v":"2"},
{"v":"3"},
{"v":"4"}
]
5
{
"1":"1",
"2":"2",
"3":"3",
"4":"4"
}
[
{"v":"1"},
{"v":"2"},
{"v":"3"},
{"v":"4"}
]