miller/test/cases/dsl-array-map-indexing/0013/expout
John Kerl 42a39a86ac
Use fixed OFMT for multi-platform regression-testing (#988)
* Use fixed OFMT for multi-platform regression-testing

* Update regression tests to use fixed OFMT
2022-03-16 14:44:42 -04:00

20 lines
236 B
Text

[
{
"a": "pan",
"b": "pan",
"i": 1,
"x": 0.34679014,
"y": 0.72680286,
"o": {
"a": {
"x": [1, 2, 3],
"y": [4, 5, 6]
},
"b": {
"s": [7, 8, 9],
"t": [9, 5, 1]
}
},
"z": [1, 2, 3]
}
]