File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
testsuite/tests/input/tex/__snapshots__ Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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" >β </mi >
362+ </mpadded >
363+ </mroot >
364+ </math >"
365+ ` ;
366+
356367exports [` 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" >
You can’t perform that action at this time.
0 commit comments