data-parser: Treat " ," the same as ",".
authorBen Pfaff <blp@gnu.org>
Tue, 12 May 2009 03:56:39 +0000 (20:56 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 12 May 2009 04:00:21 +0000 (21:00 -0700)
The data parser (used e.g. by DATA LIST) was unintentionally treating
soft separators (e.g. white space) followed by a hard separator (e.g.
a comma) as an empty field, but in fact it should be treated as just a
single separator.  This fixes it and adds a test.

Thanks to pascal barbedor <pbarbedor@gmail.com> for reporting the problem.


No differences found