Test for itex2MML 1.3.9
Make sure we have the latest itex2MML.
This commit is contained in:
parent
a0b965c9f5
commit
77e00f1a76
1 changed files with 6 additions and 0 deletions
|
@ -222,6 +222,12 @@ END_THM
|
||||||
%{inline' xmlns='http://www.w3.org/1998/Math/MathML'><mi>math} +
|
%{inline' xmlns='http://www.w3.org/1998/Math/MathML'><mi>math} +
|
||||||
%{bb</mi><mn>123 </mn></math></p>},
|
%{bb</mi><mn>123 </mn></math></p>},
|
||||||
"blackboard digits: $\mathbb{123}$")
|
"blackboard digits: $\mathbb{123}$")
|
||||||
|
|
||||||
|
assert_markup_parsed_as(
|
||||||
|
%{<p>\\rlap: <math class='maruku-mathml' display='} +
|
||||||
|
%{inline' xmlns='http://www.w3.org/1998/Math/MathML'><mpadded} +
|
||||||
|
%{ width='0'><mn>123 </mn></mpadded></math></p>},
|
||||||
|
'\rlap: $\rlap{123}$')
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_blahtex
|
def test_blahtex
|
||||||
|
|
Loading…
Reference in a new issue