summaryrefslogtreecommitdiff
path: root/test/files/run/repl-no-uescape.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-0/+31
When constructing code text for compilation, the REPL should prefer standard escape sequences, in case unicode escapes are disabled.