summaryrefslogtreecommitdiff
path: root/test/files/run/interpolation.check
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-031-0/+6
| | | | f"${foo}" is treated like f"${foo}%s".
* Fix check for number of argumentsDaniel C. Sobral2012-01-171-0/+6
| | | | | | | Fix the test for number of arguments by passing all arguments instead of passing the argument list as a single argument. Add positive and negative tests for it.
* A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-0/+20
This is the complete implementation of SIP-11, in its version of 15-Jan-2012. For now, the interpolations are enabled only under the -Xexperimental flag.