summaryrefslogtreecommitdiffstats
path: root/tests/data/extras/valid/burntsushi-repo/inline-table-array.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/data/extras/valid/burntsushi-repo/inline-table-array.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/inline-table-array.toml b/tests/data/extras/valid/burntsushi-repo/inline-table-array.toml
new file mode 100644
index 0000000..3fa60d6
--- /dev/null
+++ b/tests/data/extras/valid/burntsushi-repo/inline-table-array.toml
@@ -0,0 +1,3 @@
+people = [{first_name = "Bruce", last_name = "Springsteen"},
+ {first_name = "Eric", last_name = "Clapton"},
+ {first_name = "Bob", last_name = "Seger"}]