Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
6602a153f7
16 changed files with 257 additions and 9 deletions
|
@ -226,6 +226,13 @@ 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'><mi>A</mi><mo>\342\253\275</mo><mi>B</} +
|
||||
%{mi></math></p>},
|
||||
"equation $A\\sslash B$")
|
||||
|
||||
assert_markup_parsed_as(
|
||||
%{<p>boxed equation <math class='maruku-mathml' } +
|
||||
%{display='inline' xmlns='http://www.w3.org/1998} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue