summary refs log tree commit diff stats
path: root/tests/misc/trawstr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/trawstr.nim')
-rw-r--r--tests/misc/trawstr.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/misc/trawstr.nim b/tests/misc/trawstr.nim
deleted file mode 100644
index 55e508acc..000000000
--- a/tests/misc/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
-
-