#9339: Notebook fails to print result of last expression if there is a line
break
------------------------+---------------------------------------------------
Reporter: nbruin | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.5
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Consider the following two notebook cells. Semantically, the input is the
same in both examples. The only difference is that the second one has a
line break inside a bracket.
First one prints the result of the last expression (line) in the cell:
{{{
(x+1)
///
x + 1
}}}
But the second one doesn't:
{{{
(x+
1)
///
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9339>
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.