Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

52 lines
431 B
Plaintext

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
table of set
{
[5] = {
[bah, 3] ,
[baz, 4]
},
[13] = {
[bar, 2] ,
[foo, 1]
}
}
table of vector
{
[5] = [3, 4],
[13] = [1, 2]
}
table of table
{
[5] = {
[bah, 3] = 3,
[baz, 4] = 4
},
[13] = {
[bar, 2] = 2,
[foo, 1] = 1
}
}
table of record
{
[5] = [a=2, b=bar],
[13] = [a=1, b=foo]
}
T
T
T
T
T
T
T
T
T
T
T
T
T
T