Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Printing
New issue 3014 by [email protected]: mathml printing doctest failure
http://code.google.com/p/sympy/issues/detail?id=3014
I keep getting the following doctest failure (it shows up whenever I review
using sympy-bot, which is annoying)
_____________________ sympy.printing.mathml.print_mathml
______________________
File "/tmp/sympy-bot-tmpTcCur_/sympy/sympy/printing/mathml.py", line 376,
in sympy.printing.mathml.print_mathml
Failed example:
print_mathml(x+1) #doctest: +NORMALIZE_WHITESPACE
Expected:
<apply>
<plus/>
<ci>
x
</ci>
<cn>
1
</cn>
</apply>
Got:
<apply>
<plus/>
<ci>x </ci>
<cn>1 </cn>
</apply>
<BLANKLINE>
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.