summaryrefslogtreecommitdiffstats
path: root/test/data/providers/mailalias
Commit message (Collapse)AuthorAgeFilesLines
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-15/+15
|
* Fix #1560Paul Lathrop2009-01-221-0/+28
Adds an rspec test which demonstrates #1560 and a custom 'process' method for the aliases provider to fix it. The default processing uses split() to break the line into records on the separator, which breaks if records can contain the separator. The custom method I've added uses a 'limited' split() to break the line on the first separator only. This commit fixes #1560 Signed-off-by: Paul Lathrop <paul@tertiusfamily.net>