summaryrefslogtreecommitdiff
path: root/test/files/run/rawstrings.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix raw string interpolator: string parts which were after the first ↵Julien Richard-Foy2012-08-101-1/+1
| | | | argument were still escaped
* Raw string interpolatorMartin Odersky2012-07-271-0/+1
Adds a raw string interpolator raw"..." which does not do any escape sequence processing.