
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
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
|
|
|
>>> /+/
----^
ERROR: Unexpected token: /.
------^
ERROR: 'unexpected char: '+''.
>>> @/+/
-------^
ERROR: 'unexpected char: '+''.
>>> regex("""+""")
+
|
|
Description
|
>>> /+/
----^
ERROR: Unexpected token: /.
------^
ERROR: 'unexpected char: '+''.
>>> @/+/
-------^
ERROR: 'unexpected char: '+''.
>>> regex("""+""")
+ |
Show » |
| There are no comments yet on this issue.
|
|