History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
BOO-883
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Rodrigo B. de Oliveira
Reporter:
Rodrigo B. de Oliveira
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Boo
Internal error using regular expression in generator
Created:
28/Sep/07 01:36 PM
Updated:
28/Sep/07 01:36 PM
Component/s:
None
Affects Version/s:
0.7.9
Fix Version/s:
0.8
Time Tracking:
Not Specified
Testcase included:
yes
Description
« Hide
"""
foo bar
"""
def lines(s as string):
for line in /\n/.Split(s):
yield line
print join(lines("foo\nbar"))
Description
""" foo bar """ def lines(s as string): for line in /\n/.Split(s): yield line print join(lines("foo\nbar"))
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.