Files
Nim/tests/misc/trawstr.nim
2018-12-11 21:23:21 +01:00

11 lines
178 B
Nim

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