Add support for fixed-size arrays (#5313)

This commit is contained in:
svenk177
2019-06-18 00:15:13 +02:00
committed by Wouter van Oortmerssen
parent 0d2cebccfe
commit e635141d5b
40 changed files with 2113 additions and 220 deletions

19
tests/arrays_test.golden Normal file
View File

@@ -0,0 +1,19 @@
{
a : {
a: 12.34,
b: [1,2,3,4,5,6,7,8,9,0xA,0xB,0xC,0xD,0xE,0xF],
c: -127,
d: [
{
a : [-1,2],
b : A,
c : [C, B]
},
{
a : [3,-4],
b : B,
c : [B, A]
}
]
}
}