Test for itex2MML 1.3.9

Make sure we have the latest itex2MML.
This commit is contained in:
Jacques Distler 2009-07-09 15:40:45 -05:00
parent a0b965c9f5
commit 77e00f1a76

View file

@ -222,6 +222,12 @@ END_THM
%{inline' xmlns='http://www.w3.org/1998/Math/MathML'><mi>math} +
%{bb</mi><mn>123 </mn></math></p>},
"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
def test_blahtex