Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move NOMATCH earlier in the token list so it works #1

Merged
merged 1 commit into from Nov 10, 2012

Conversation

floatingatoll
Copy link
Contributor

I was having trouble parsing a MANIFEST, with the error unknown token "~ ". I moved NOMATCH earlier in the @tokens array so that it matches before the NOT token matches, so that instead of matching NOT and then showing "~ ", it matches "!~" correctly.

agaffney added a commit that referenced this pull request Nov 10, 2012
move NOMATCH earlier in the token list so it works
@agaffney agaffney merged commit 610cf40 into agaffney:master Nov 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants