From 3ad6e71f53a87215fb5286bcf87de15524699561 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Nov 2017 17:26:09 -0800 Subject: Move tests into their own crate --- tests/valid/table-array-nest.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/valid/table-array-nest.toml (limited to 'tests/valid/table-array-nest.toml') 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" -- cgit v1.2.3