diff options
Diffstat (limited to 'tests/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml')
-rw-r--r-- | tests/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml b/tests/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml new file mode 100644 index 0000000..3ba7feb --- /dev/null +++ b/tests/data/invalid/multiline-basic-str/unclosed-ends-in-whitespace-escape.toml @@ -0,0 +1,3 @@ +bee = """ +hee +gee\
\ No newline at end of file |