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.nim10
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