diff options
Diffstat (limited to 'tests/data/valid/five-quotes.toml')
-rw-r--r-- | tests/data/valid/five-quotes.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/valid/five-quotes.toml b/tests/data/valid/five-quotes.toml new file mode 100644 index 0000000..ccc98c0 --- /dev/null +++ b/tests/data/valid/five-quotes.toml @@ -0,0 +1,6 @@ +five-quotes = """ +Closing with five quotes +""""" +four-quotes = """ +Closing with four quotes +"""" |