summaryrefslogtreecommitdiff
path: root/test/files/run/t8425
Commit message (Collapse)AuthorAgeFilesLines
* SI-8425 don't create double-dollar names in c.freshNameEugene Burmako2014-03-182-0/+15
If we append a dollar to a user-provided prefix that ends in a dollar, we create a potential for confusion for backend phases. That's why this commit prevents such situations from happening.