summary refs log tree commit diff stats
path: root/tests/reject/trawstr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/trawstr.nim')
-rwxr-xr-xtests/reject/trawstr.nim12
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

-
-