summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/array/spec-array-of-tables-3.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/data/toml-lang-compliance/valid/array/spec-array-of-tables-3.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/array/spec-array-of-tables-3.toml b/tests/data/toml-lang-compliance/valid/array/spec-array-of-tables-3.toml
new file mode 100644
index 0000000..ba5584a
--- /dev/null
+++ b/tests/data/toml-lang-compliance/valid/array/spec-array-of-tables-3.toml
@@ -0,0 +1,3 @@
+points = [ { x = 1, y = 2, z = 3 },
+ { x = 7, y = 8, z = 9 },
+ { x = 2, y = 4, z = 8 } ]