#11000: GAP interface doesn't handle input with multiple lines correctly
--------------------------+-------------------------------------------------
   Reporter:  iandrus     |       Owner:  iandrus 
       Type:  defect      |      Status:  new     
   Priority:  major       |   Milestone:  sage-4.7
  Component:  interfaces  |    Keywords:  gap     
     Author:  iandrus     |    Upstream:  N/A     
   Reviewer:              |      Merged:          
Work_issues:              |  
--------------------------+-------------------------------------------------
 The following GAP input (say in the notebook)
 {{{
 if 4>3 then
 Print("You should see me.");
 fi;
 }}}
 gets changed to
 {{{
 if 4>3 thenPrint("You should see me.");fi;
 }}}
 before sending to GAP.  Obviously this fails since `thenPrint` should be
 two words.

 It also doesn't strip comments correctly as can be seen by
 {{{
 ## here is a comment
 if 4>3 then
  Print("here");
 fi
 }}}
 which returns nothing.

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