summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/arrays.toml
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/testdata/arrays.toml')
-rw-r--r--std/encoding/testdata/arrays.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/std/encoding/testdata/arrays.toml b/std/encoding/testdata/arrays.toml
deleted file mode 100644
index f52509bf2..000000000
--- a/std/encoding/testdata/arrays.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[arrays]
-data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072
-
-# Line breaks are OK when inside arrays
-hosts = [
- "alpha",
- "omega"
-] # comment \ No newline at end of file