summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/table/spec-table-1.toml
blob: 6b4884c2c69a07a52cbbdbce04d6148f1aba6878 (plain)
1
2
3
4
5
6
7
[table-1]
key1 = "some string"
key2 = 123

[table-2]
key1 = "another string"
key2 = 456