Daniel Ziltener
91ea498688
git-subtree-dir: tomlc99 git-subtree-mainline:f2ccebdd2d
git-subtree-split:5221b3d3d6
10 lines
129 B
Text
10 lines
129 B
Text
{
|
|
table-1 = {
|
|
key1 = "some string",
|
|
key2 = 123,
|
|
},
|
|
table-2 = {
|
|
key1 = "another string",
|
|
key2 = 456,
|
|
},
|
|
}
|