Reviewing merge request #15: Fix config parser regex to match lines with multiple leading spaces
As the commit says, the current option regex only matches zero or one leading space, although the comments state that any number of leading spaces are allowed. I'm going to be patching this in Fedora so that our config files will be parsed correctly. Many of them have leading spaces as opposed to a single leading tab.
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment