diff --git a/tests/word/math-autocorrection/math-autocorrection.js b/tests/word/math-autocorrection/math-autocorrection.js index a72b5bd719..d8ca097c8e 100644 --- a/tests/word/math-autocorrection/math-autocorrection.js +++ b/tests/word/math-autocorrection/math-autocorrection.js @@ -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)