summaryrefslogtreecommitdiff
path: root/test/files/neg/t7325.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7325 cleans up corner cases of percent handling in StringContext.fEugene Burmako2013-05-041-0/+25
See comments in code for the exhaustive list of the cases handled. Also note that treatment of non-formatting percents has been changed. Embedding literal %'s now requires escaping. Moreover, this commit also features exact error positions for string interpolation, something that has been impossible until the fix for SI-7271, also included in this patch.