diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/table/spec-table-1.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/table/spec-table-1.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/table/spec-table-1.toml b/tests/data/toml-lang-compliance/valid/table/spec-table-1.toml new file mode 100644 index 0000000..6b4884c --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/table/spec-table-1.toml @@ -0,0 +1,7 @@ +[table-1] +key1 = "some string" +key2 = 123 + +[table-2] +key1 = "another string" +key2 = 456 |