Issue 1: Need to implement regexp replacements in token recognition
Status:  Fixed
Owner:
Closed:  Feb 2008
Project Member Reported by damien.l...@gmail.com, Feb 2, 2008
What steps will reproduce the problem?

1. Happens with standard <string> recognition.

What is the expected output? What do you see instead?

String parsing is currently done by recognizing 3 tokens, the enclosing 
double-quotes and the string regexp. This way, "  foobar" gives the string 
"foobar" instead of "  foobar". A \ must be inserted at head of string as 
in "\  foobar" to obtain "  foobar".


Please use labels and text to provide additional information.

 
Feb 3, 2008
Project Member #1 damien.l...@gmail.com
Done.
Status: Fixed