Skip to content

Commit 97531b5

Browse files
committed
fix base test
1 parent 57a1e5e commit 97531b5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testsuite/tests/input/tex/__snapshots__/Base.test.ts.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,17 @@ exports[`Roots Square Root Fraction 1`] = `
353353
</math>"
354354
`;
355355

356+
exports[`Roots Tweaked Root 1`] = `
357+
"<math xmlns="http://www.w3.org/1998/Math/MathML" data-latex="\\sqrt[\\leftroot{-2}\\uproot{2}\\beta]{k}" display="block">
358+
<mroot data-latex="\\sqrt[\\leftroot{-2}\\uproot{2}\\beta]{k}">
359+
<mi data-latex="k">k</mi>
360+
<mpadded width="-0.13333333333333333em" voffset="+0.13333333333333333em" height="+0.13333333333333333em">
361+
<mi data-latex="\\leftroot{-2}\\uproot{2}\\beta">&#x3B2;</mi>
362+
</mpadded>
363+
</mroot>
364+
</math>"
365+
`;
366+
356367
exports[`Sub and Superscripts Cube 1`] = `
357368
"<math xmlns="http://www.w3.org/1998/Math/MathML" data-latex="x^3" display="block">
358369
<msup data-latex="x^3">

0 commit comments

Comments
 (0)