Files
Nim/tests/reject/trawstr.nim
2013-03-16 23:53:07 +01:00

13 lines
185 B
Nim

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