aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-nest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/table-array-nest.toml')
-rw-r--r--tests/valid/table-array-nest.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/valid/table-array-nest.toml b/tests/valid/table-array-nest.toml
deleted file mode 100644
index d659a3d..0000000
--- a/tests/valid/table-array-nest.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[[albums]]
-name = "Born to Run"
-
- [[albums.songs]]
- name = "Jungleland"
-
- [[albums.songs]]
- name = "Meeting Across the River"
-
-[[albums]]
-name = "Born in the USA"
-
- [[albums.songs]]
- name = "Glory Days"
-
- [[albums.songs]]
- name = "Dancing in the Dark"