We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 0.4.0 Tested on macOS Sierra v. 10.12.5
Trying to parse repl-test.core/foo->bar results int the following error:
repl-test.core/foo->bar
provided an invalid symbol repl-test.core/foo->bar
I notice that this is a result of failing to match the following regex (atoms.coffee) in the Symbols class:
Symbols
validRegex: /[0-9A-Za-z.*+!\-_?$%&=:#/]+/
This regex does not contain < or >.
<
>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 0.4.0
Tested on macOS Sierra v. 10.12.5
Trying to parse
repl-test.core/foo->bar
results int the following error:I notice that this is a result of failing to match the following regex (atoms.coffee) in the
Symbols
class:This regex does not contain
<
or>
.The text was updated successfully, but these errors were encountered: