module-inifile/lib
Mike Dorman c784253096 MODULES-1599 Match only on space and tab whitespace after k/v separator
The previous match for \s would also match on newlines.  This caused
existing settings with blank values to have the newline considered part
of the whitespace surrounding the separator.  When such settings are
set with a value, the value ends up on the next line.

Also adding acceptance test for this particular situation.
2015-06-18 15:06:44 -06:00
..
puppet MODULES-1599 Match only on space and tab whitespace after k/v separator 2015-06-18 15:06:44 -06:00