summaryrefslogtreecommitdiff
path: root/test/files/run/t5614.flags
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup a few flags in test/files/Antoine Gourlay2014-09-291-1/+0
| | | | | | | | | | * String interpolation isn't Xexperimental anymore A few useless Xexperimental flags in tests were left behind by 6917cca, after string interpolation was made non-experimental in 983f414. * things added under -Xfuture in 2.10 are very much Xpresent now, the flag isn't needed anymore.
* String interpolation bug fixDominik Gruntz2012-03-281-0/+1
This change fixes a bug in class StringContext.scala. Parts were not correctly added to the resulting string. This commit includes a test case which covers the example reported in the bug. Closes SI-5614.