diff options
Diffstat (limited to 'tests/data/extras/valid/burntsushi-repo/arrays-nested.toml')
-rw-r--r-- | tests/data/extras/valid/burntsushi-repo/arrays-nested.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/arrays-nested.toml b/tests/data/extras/valid/burntsushi-repo/arrays-nested.toml new file mode 100644 index 0000000..ce33022 --- /dev/null +++ b/tests/data/extras/valid/burntsushi-repo/arrays-nested.toml @@ -0,0 +1 @@ +nest = [["a"], ["b"]] |