diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
commit | 7bbbfd046324363c8db1fb15d39aeb02fe7331b5 (patch) | |
tree | a416bb991c23e083d0b5816dfc8b00cd1aceda78 /test-suite/tests/invalid/string-bad-line-ending-escape.toml | |
parent | b1417006df376e6c406bff43740dd11aa7ef744e (diff) | |
download | milf-rs-7bbbfd046324363c8db1fb15d39aeb02fe7331b5.tar.gz milf-rs-7bbbfd046324363c8db1fb15d39aeb02fe7331b5.zip |
Diffstat (limited to 'test-suite/tests/invalid/string-bad-line-ending-escape.toml')
-rw-r--r-- | test-suite/tests/invalid/string-bad-line-ending-escape.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test-suite/tests/invalid/string-bad-line-ending-escape.toml b/test-suite/tests/invalid/string-bad-line-ending-escape.toml deleted file mode 100644 index 32e2c48..0000000 --- a/test-suite/tests/invalid/string-bad-line-ending-escape.toml +++ /dev/null @@ -1,3 +0,0 @@ -invalid-escape = """\ - This string has a non whitespace-character after the line ending escape. \ a -""" |