Home
last modified time | relevance | path

Searched refs:decoratorMath (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/_test/
Ddecorator_math.test.php15 private $decoratorMath; variable in DecoratorMathTest
23 $this->decoratorMath = new DecoratorMath($this->decoratorMock);
28 $this->decoratorMath->mathjax_content("$");
29 $this->decoratorMath->mathjax_content("$ $formula");
30 $this->decoratorMath->mathjax_content(" $$");
31 $this->decoratorMath->cdata("Hey");
43 $this->decoratorMath->mathjax_content("\\[");
44 $this->decoratorMath->mathjax_content(" $formula");
45 $this->decoratorMath->mathjax_content(" \\]");
46 $this->decoratorMath->cdata("Hey");
[all …]