Update for itex2MML 1.4.6

This commit is contained in:
Jacques Distler 2011-07-07 10:18:55 -05:00
parent 8b008f8418
commit 2967b207b2
4 changed files with 15 additions and 1 deletions

View file

@ -269,6 +269,16 @@ END_THM
def test_have_latest_itex2mml
assert_markup_parsed_as(
%{<p>equation <math class='maruku-mathml' displa} +
%{y='inline' xmlns='http://www.w3.org/1998/Math/} +
%{MathML'><mrow href='http://ex.com' xlink:href=} +
%{'http://ex.com' xlink:type='simple' xmlns:xlin} +
%{k='http://www.w3.org/1999/xlink'><mn>47.3</mn>} +
%{</mrow><mn>47</mn><mo>,</mo><mn>3</mn><mn>47,3} +
%{</mn></math></p>},
"equation $\\href{http://ex.com}{47.3} 47,3 \\itexnum{47,3}$")
assert_markup_parsed_as(
%{<p>equation <math class='maruku-mathml' displa} +
%{y='inline' xmlns='http://www.w3.org/1998/Math/} +