summary refs log tree commit diff stats
path: root/tests/misc/trawstr.nim
blob: 55e508acc1d616f33beb2c8204ccd16bc9671cce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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