trawstr.nim 178 B

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