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

Parser assumes whitespaces between paths #61

Open
GoogleCodeExporter opened this issue Jun 1, 2015 · 0 comments
Open

Parser assumes whitespaces between paths #61

GoogleCodeExporter opened this issue Jun 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The parser seems to require too many whitespaces between path steps

Example:

Works:
//tm:subject / tm:name

Does not work:
//tm:subject /tm:name
//tm:subject/ tm:name
//tm:subject/tm:name

Expected:
All of the path expressions should work and yield the same result

Tested with 2.6.5 and 3.1

Original issue reported on code.google.com by lars.he...@gmail.com on 14 May 2011 at 9:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant