#3448: Preparser handles (ellipses in) triple quotes incorrectly
------------------------+---------------------------------------------------
Reporter: rlm | Owner: was
Type: defect | Status: closed
Priority: major | Milestone: sage-duplicate/invalid/wontfix
Component: interfaces | Resolution: invalid
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
------------------------+---------------------------------------------------
Changes (by mhansen):
* status: new => closed
* upstream: => N/A
* resolution: => invalid
* milestone: sage-4.3.2 => sage-duplicate/invalid/wontfix
Comment:
I'm going to mark this as invalid now since the code for the preparser has
been reworked:
{{{
sage: s = """G0 [14..26,6][:6242]
....: G1 [14..26,6][6242:12484]
....: G2 [14..26,6][12484:18726]
....: G3 [14..26,6][18726:24968]
....: G4 [14..26,6][24968:31210]
....: G5 [14..26,6][31210:]
....: """
sage: s.split('\n')
['G0 [14..26,6][:6242]', 'G1 [14..26,6][6242:12484]', 'G2
[14..26,6][12484:18726]', 'G3 [14..26,6][18726:24968]', 'G4
[14..26,6][24968:31210]', 'G5 [14..26,6][31210:]', '']
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3448#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.