trawstr.nim 180 B

12345678910111213
  1. discard """
  2. file: "trawstr.nim"
  3. line: 10
  4. errormsg: "closing \" expected"
  5. """
  6. # Test the new raw strings:
  7. const
  8. xxx = r"This is a raw string!"
  9. yyy = "This not\" #ERROR