mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
11 lines
178 B
Nim
11 lines
178 B
Nim
discard """
|
|
errormsg: "closing \" expected"
|
|
file: "trawstr.nim"
|
|
line: 10
|
|
"""
|
|
# Test the new raw strings:
|
|
|
|
const
|
|
xxx = r"This is a raw string!"
|
|
yyy = "This not\" #ERROR
|