Add test of record() constructor to table initializer unit test.

This commit is contained in:
Jon Siwek 2012-11-28 14:53:36 -06:00
parent a0590b2140
commit 00f7bbda96
2 changed files with 29 additions and 0 deletions

View file

@ -28,6 +28,14 @@ table of table
}
}
table of record
{
[13] = [a=1, b=foo],
[5] = [a=2, b=bar]
}
T
T
T
T
T