diff options
Diffstat (limited to 'std/encoding/testdata/arrays.toml')
-rw-r--r-- | std/encoding/testdata/arrays.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/std/encoding/testdata/arrays.toml b/std/encoding/testdata/arrays.toml new file mode 100644 index 000000000..5d5913d0c --- /dev/null +++ b/std/encoding/testdata/arrays.toml @@ -0,0 +1,8 @@ +[arrays] +data = [ ["gamma", "delta"], [1, 2] ] + +# Line breaks are OK when inside arrays +hosts = [ + "alpha", + "omega" +] |