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, 5 insertions, 5 deletions
diff --git a/tests/misc/trawstr.nim b/tests/misc/trawstr.nim
index ab2aae159..55e508acc 100644
--- a/tests/misc/trawstr.nim
+++ b/tests/misc/trawstr.nim
@@ -3,10 +3,10 @@ discard """
   line: 10
   errormsg: "closing \" expected"
 """
-# Test the new raw strings:

-

-const

-  xxx = r"This is a raw string!"

-  yyy = "This not\" #ERROR

+# Test the new raw strings:
+
+const
+  xxx = r"This is a raw string!"
+  yyy = "This not\" #ERROR