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
  • Version 1
  • 5eb7fd3
  • efbf8d1
  • Match any number of leading spaces in config values

Showing 5eb7fd3-efbf8d1

Comments

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository