Details
-
Type:
Story
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.16.0
-
Component/s: Masterfiles Policy Framework (MPF/COPBL/STDLIB)
-
Labels:None
Description
Currently, this can be managed.
[section foo] key=value
However, if the file looks like this:
[section bar] key=value
then the previous regex would not match.
What I can get from the INI spec, is that whitespace is optional. This commit
adds this to the regex, with an optional whitespace match at the beginning of
the line.