You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 14 May 2011 at 9:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 May 2011 at 9:24The text was updated successfully, but these errors were encountered: