index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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