#11405: magma interface needs work in presence of newlines
--------------------------+-------------------------------------------------
   Reporter:  was         |          Owner:  was       
       Type:  defect      |         Status:  new       
   Priority:  minor       |      Milestone:  sage-4.7.1
  Component:  interfaces  |       Keywords:            
Work_issues:              |       Upstream:  N/A       
   Reviewer:              |         Author:            
     Merged:              |   Dependencies:            
--------------------------+-------------------------------------------------
 We have
 {{{
 sage: magma.eval("a:=2;\nb:=3;\nprint a,b;")
 'b:=3;\nprint a,b;'
 }}}
 instead of the expected
 {{{
 sage: magma.eval("a:=2;\nb:=3;\nprint a,b;")
 '2 3'
 }}}
 Where the latter is to be expected since
 {{{
 Magma V2.17-4     Mon May 30 2011 12:54:51 on deep     [Seed = 2436835871]
 Type ? for help.  Type <Ctrl>-D to quit.
 > a :=2;
 > b :=3;
 > print a,b;
 2 3
 }}}

 Nils Bruin originally reported this on sage-devel.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11405>
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.

Reply via email to