mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Undo prev change of math test
This commit is contained in:
@ -1795,7 +1795,7 @@ $(function () {
|
||||
assert.ok(true, "Convert to linear view");
|
||||
|
||||
let strFunc = MathContent.GetTextOfElement(0).GetText();
|
||||
assert.strictEqual(strFunc, '\\lim\\below\\left(n\\to\\infty\\right)}{\\left(1+\\frac{1}{n}\\close)_n', 'Check complex math func content');
|
||||
assert.strictEqual(strFunc, '\\lim\\below{\\left(n\\to\\infty\\right)}{\\left(1+\\frac{1}{n}\\right)^n}', 'Check complex math func content');
|
||||
})
|
||||
|
||||
// QUnit.todo('Check eqarray frac - Find case for LaTeX', function (assert)
|
||||
|
||||
Reference in New Issue
Block a user