Files
Nim/tests/misc/trawstr.nim
Adam Strzelecki e80465dacf tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:04:32 +02:00

13 lines
180 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