Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

This commit is contained in:
Jacques Distler 2010-09-05 15:26:17 -05:00
commit a5aa1b1fa8
200 changed files with 3065 additions and 1204 deletions

View file

@ -229,9 +229,9 @@ END_THM
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</} +
%{MathML'><mi>A</mi><mi>\342\200\246</mi><mo>\342\253\275</mo><mi>B</} +
%{mi></math></p>},
"equation $A\\sslash B$")
"equation $A\\dots\\sslash B$")
assert_markup_parsed_as(
%{<p>boxed equation <math class='maruku-mathml' } +