-
Notifications
You must be signed in to change notification settings - Fork 5
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
whitespace within tag value causes error #4
Comments
Thanks for the report! What tool makes tags like that? |
The vscode TODO plugin sets tags in the format |
Hm... interestingly, your code has a test for spaces in a tag value and passes it. I'm not sure why it chokes on @done(2022-01-13 14:55) in production... |
A tag in the format
@tag(value)
where value contains whitespace causes a Parsimmon error. For example:The regex on line 17 should be updated to:
I'll put in a PR when I'm able.
The text was updated successfully, but these errors were encountered: