#6464: [with patch, needs work] notebook: Unicode in notebook worksheets
-------------------------+--------------------------------------------------
Reporter: mvngu | Owner: boothby
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.1
Component: notebook | Keywords: Unicode, notebook
Reviewer: Peter Mora | Author: NoSyu
Merged: |
-------------------------+--------------------------------------------------
Comment(by mvngu):
Either of the patches `12659.patch` or `trac_6464-unicode.patch` results
in a doctest failure:
{{{
sage -t -long devel/sage-main/sage/server/simple/twist.py
**********************************************************************
File "/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/devel/sage-
main/sage/server/simpl\
e/twist.py", line 95:
sage: print
get_url('http://localhost:%s/simple/compute?session=%s&code=%s'\
% (port, session, urllib.quote(code)))
Expected:
{
"status": "done",
"files": ["a.txt"],
"cell_id": 3
}
___S_A_G_E___
Got:
{
"status": "done",
"files": ["a.txt"],
"cell_id": 3
}
___S_A_G_E___
<BLANKLINE>
^Ae2
**********************************************************************
1 items had failures:
1 of 24 in __main__.example_0
***Test Failed*** 1 failures.
For whitespace errors, see the file
/scratch/mvngu/sandbox-1/sage-4.1.1.rc2/tmp\
/.doctest_twist.py
[9.5 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6464#comment:9>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---