Skip to content

Conversation

@jkeating
Copy link
Contributor

The regex comments state that any number of leading tabs or spaces
should be allowed, however the regex was only catching zero or one
space. This allows multiple spaces.

The regex comments state that any number of leading tabs or spaces should be allowed, however the regex was only catching zero or one space. This allows multiple spaces.
Byron added a commit that referenced this pull request May 24, 2011
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.
@ByronByron merged commit b306169 into gitpython-developers:masterMay 24, 2011
@Byron
Copy link
Member

Thanks !
This should make the config parsing more flexible.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jkeating@Byron