diff options
Diffstat (limited to 'tests/misc/trawstr.nim')
-rw-r--r-- | tests/misc/trawstr.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/misc/trawstr.nim b/tests/misc/trawstr.nim deleted file mode 100644 index aa41071d5..000000000 --- a/tests/misc/trawstr.nim +++ /dev/null @@ -1,10 +0,0 @@ -discard """ - errormsg: "closing \" expected" - file: "trawstr.nim" - line: 10 -""" -# Test the new raw strings: - -const - xxx = r"This is a raw string!" - yyy = "This not\" #ERROR |