Closed obeleh closed 11 years ago
print "ab".join(['', 'bcd']) == "abbcd"
in python this prints True in pyjaco this prints False
"ab".join(['', 'bcd']) results in "bcd"
Thank you very much for reporting this. This bug has been fixed in the new branch, and your test case has been added to the test suite to prevent regressions.
print "ab".join(['', 'bcd']) == "abbcd"
in python this prints True in pyjaco this prints False
"ab".join(['', 'bcd']) results in "bcd"