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

Escaped round bracket followed by a space does not allow matches after the space #22

Open
jmbragg opened this issue Nov 26, 2013 · 0 comments

Comments

@jmbragg
Copy link

jmbragg commented Nov 26, 2013

From an email discussion with Tim and Phil:

Round brackets can be escaped so the correct syntax is

match(Pb2+(aq) + 2Cl-(aq) = PbCl2(s))

but it seems that the algorithm cannot cope with ')' being followed by space (which is a word terminator as defined in pattern match where a word is a sequence of characters between spaces). So match(Pb2+(aq)) works but as soon as you go beyond this you hit the bug.

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

No branches or pull requests

1 participant