tmlab / tmql

Automatically exported from code.google.com/p/tmql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser assumes whitespaces between paths

GoogleCodeExporter opened this issue · comments

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