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