Math/tests
physikerwelt 65642489ae Separate render and getHtml
Currently the method render always returns
a html string that can be a string that
represents the correct result or a rendered
error message.
This change splits rendering and
fetching of the HTML output.
This simplifies the logic of the rendering
and caching mechanism.
Now the render method returns a boolean that
indicates if the rendering was sucessful or
not.

Step 2/2

Warning: Errors in this change might affect
caching logic and squid caches.

Change-Id: I00502b84212ed70cdf63bd69916a35afbd6fdbc1
2014-06-09 23:21:44 +02:00
..
MathCoverageTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathDatabaseTest.php Separate render and getHtml 2014-06-09 23:21:44 +02:00
MathInputCheckTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathInputCheckTexvcTest.php Split up some long lines in tests 2014-03-11 23:32:33 +00:00
MathLaTeXMLDatabaseTest.php Add separate database table for LaTeXML (step 5) 2014-05-31 10:34:21 +00:00
MathLaTeXMLTest.php Separate render and getHtml 2014-06-09 23:21:44 +02:00
MathMathMLTest.php MathMathML 2014-06-05 09:06:33 +00:00
MathRendererTest.php Add getHtmlOutput method 2014-06-06 21:52:35 +02:00
MathSourceTest.php Fix MathJax centers equations 2014-04-06 21:58:30 +00:00
MathTexvcTest.php Separate render and getHtml 2014-06-09 23:21:44 +02:00
ParserTest.data Fix MathJax centers equations 2014-04-06 21:58:30 +00:00