diff options
Diffstat (limited to 'tests/data/extras/valid/burntsushi-repo/array-table-array-string-backslash.toml')
-rw-r--r-- | tests/data/extras/valid/burntsushi-repo/array-table-array-string-backslash.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/array-table-array-string-backslash.toml b/tests/data/extras/valid/burntsushi-repo/array-table-array-string-backslash.toml new file mode 100644 index 0000000..f0de81e --- /dev/null +++ b/tests/data/extras/valid/burntsushi-repo/array-table-array-string-backslash.toml @@ -0,0 +1 @@ +foo = [ { bar="\"{{baz}}\""} ] |