History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-606
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Cameron Kenneth Knight
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

neither /\+/ or @/\+/ works, but regex("""\+""") does.

Created: 15/Nov/05 10:18 PM   Updated: 16/Nov/05 06:58 AM
Component/s: Parser
Affects Version/s: None
Fix Version/s: 0.7.5

Time Tracking:
Not Specified


 Description  « Hide
>>> /+/
----^
ERROR: Unexpected token: /.
------^
ERROR: 'unexpected char: '+''.
>>> @/+/
-------^
ERROR: 'unexpected char: '+''.
>>> regex("""+""")
+

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.