summaryrefslogtreecommitdiff
path: root/test/files/neg/t5510.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7271 fixes positions of string interpolation partsEugene Burmako2013-04-271-3/+3
| | | | | | | | | Positions of static parts are now set explicitly during parsing rather than filled in wholesale during subsequent atPos after parsing. I also had to change the offsets that scanner uses for initial static parts of string interpolations so that they no longer point to the opening double quote, but rather to the actual beginning of the part.
* Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-011-1/+1
| | | | | | As usual the hard part is tracing through all the needless abstraction. Begone, 25 layers of parsing error issuing methods!
* Fix for failing test.Paul Phillips2012-04-131-2/+2
|
* SI-5510: string interpolation: parser no longer hangs on unclosed stringDominik Gruntz2012-04-131-0/+19