summary refs log tree commit diff stats
path: root/tests/trawstr.nim
blob: 7b2db03355c58054a434e7ca1e8b9a6ad7b7800f (plain) (blame)
1
2
3
4
5
# Test the new raw strings:

const
  xxx = r"This is a raw string!"
  yyy = "This not\" #ERROR