File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
testsuite/tests/input/tex Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5588,7 +5588,7 @@ describe('Mhchem-Ams', () => {
55885588
55895589 /********************************************************************************/
55905590
5591- it ( 'Mhchem leftrightarrrow ' , ( ) => {
5591+ it ( 'Mhchem leftrightarrow ' , ( ) => {
55925592 toXmlMatch (
55935593 tex2mml ( '\\ce{A\\leftrightarrow B}' ) ,
55945594 `<math xmlns="http://www.w3.org/1998/Math/MathML" data-latex="\\ce{A\\leftrightarrow B}" display="block">
@@ -5607,6 +5607,25 @@ describe('Mhchem-Ams', () => {
56075607
56085608 /********************************************************************************/
56095609
5610+ it ( 'Mhchem rightleftharpoons' , ( ) => {
5611+ toXmlMatch (
5612+ tex2mml ( '\\ce{A\\rightleftharpoons B}' ) ,
5613+ `<math xmlns="http://www.w3.org/1998/Math/MathML" data-latex="\\ce{A\\rightleftharpoons B}" display="block">
5614+ <mrow data-mjx-texclass="ORD" data-latex="{\\mathrm{A}\\rightleftharpoons \\mathrm{B}}">
5615+ <mrow data-mjx-texclass="ORD" data-latex="\\mathrm{A}">
5616+ <mi mathvariant="normal" data-latex="A">A</mi>
5617+ </mrow>
5618+ <mo data-mjx-alternate="1" stretchy="false" data-latex="\\rightleftharpoons">⇌</mo>
5619+ <mrow data-mjx-texclass="ORD" data-latex="\\mathrm{B}">
5620+ <mi mathvariant="normal" data-latex="B">B</mi>
5621+ </mrow>
5622+ </mrow>
5623+ </math>`
5624+ ) ;
5625+ } ) ;
5626+
5627+ /********************************************************************************/
5628+
56105629} ) ;
56115630
56125631/**********************************************************************************/
You can’t perform that action at this time.
0 commit comments