D:\rft\vsl\dlr\Languages\IronPython\Tests>26 -c "exec 'x=2\r\ny=4'"
Traceback (most recent call last):
File "", line 1, in
File "", line 1
x=2
^
SyntaxError: invalid syntax
D:\rft\vsl\dlr\Languages\IronPython\Tests>ipyd -c "exec 'x=2\r\ny=4'"
File "", line 1
x=2
^
SyntaxError: unexpected token '\r'
Work Item Details
Original CodePlex Issue:Issue 27991Status: Active
Reason Closed: Unassigned
Assigned to: Unassigned
Reported on: Jul 6, 2010 at 11:46 PM
Reported by: dfugate
Updated on: Feb 22, 2013 at 2:10 AM
Updated by: jdhardy
Test: test_exec.py (test_eolns)
D:\rft\vsl\dlr\Languages\IronPython\Tests>27 -c "exec 'x=2\r\ny=4'"
D:\rft\vsl\dlr\Languages\IronPython\Tests>26 -c "exec 'x=2\r\ny=4'"", line 1, in ", line 1
Traceback (most recent call last):
File "
File "
SyntaxError: invalid syntax
D:\rft\vsl\dlr\Languages\IronPython\Tests>ipyd -c "exec 'x=2\r\ny=4'"", line 1
File "
SyntaxError: unexpected token '\r'
Work Item Details
Original CodePlex Issue: Issue 27991 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jul 6, 2010 at 11:46 PM Reported by: dfugate Updated on: Feb 22, 2013 at 2:10 AM Updated by: jdhardy Test: test_exec.py (test_eolns)