summaryrefslogtreecommitdiff
path: root/test/files/neg/stringinterpolation_macro-neg.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7325 cleans up corner cases of percent handling in StringContext.fEugene Burmako2013-05-041-1/+1
| | | | | | | | | | 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.
* stringinterpolation macro test filesAdriaan Moors2012-07-061-0/+70
This commit adds test files neg: checks the error messages generated by the compiler run: checks the macro implementation features