@@ -7961,7 +7961,7 @@ describe('Boxes', () => {
79617961 </mrow>
79627962 </math>`
79637963 ) ) ;
7964- it ( 'Framebox' , ( ) =>
7964+ it ( 'Framebox dimension ' , ( ) =>
79657965 toXmlMatch (
79667966 tex2mml ( '\\framebox[2cm]{x}' ) ,
79677967 `<math xmlns=\"http://www.w3.org/1998/Math/MathML\" data-latex=\"\\framebox[2cm]{x}\" display=\"block\">
@@ -7974,7 +7974,7 @@ describe('Boxes', () => {
79747974 </mrow>
79757975 </math>`
79767976 ) ) ;
7977- it ( 'Framebox' , ( ) =>
7977+ it ( 'Framebox dimension position ' , ( ) =>
79787978 toXmlMatch (
79797979 tex2mml ( '\\framebox[2cm][c]{x}' ) ,
79807980 `<math xmlns=\"http://www.w3.org/1998/Math/MathML\" data-latex=\"\\framebox[2cm][c]{x}\" display=\"block\">
@@ -7996,7 +7996,7 @@ describe('Boxes', () => {
79967996 </mpadded>
79977997 </math>`
79987998 ) ) ;
7999- it ( 'Makebox' , ( ) =>
7999+ it ( 'Makebox dimension ' , ( ) =>
80008000 toXmlMatch (
80018001 tex2mml ( '\\makebox[2cm]{x}' ) ,
80028002 `<math xmlns=\"http://www.w3.org/1998/Math/MathML\" data-latex=\"\\makebox[2cm]{x}\" display=\"block\">
@@ -8005,7 +8005,7 @@ describe('Boxes', () => {
80058005 </mpadded>
80068006 </math>`
80078007 ) ) ;
8008- it ( 'Makebox' , ( ) =>
8008+ it ( 'Makebox dimension position ' , ( ) =>
80098009 toXmlMatch (
80108010 tex2mml ( '\\makebox[2cm][c]{x}' ) ,
80118011 `<math xmlns=\"http://www.w3.org/1998/Math/MathML\" data-latex=\"\\makebox[2cm][c]{x}\" display=\"block\">
@@ -8014,9 +8014,6 @@ describe('Boxes', () => {
80148014 </mpadded>
80158015 </math>`
80168016 ) ) ;
8017- } ) ;
8018-
8019- describe ( 'Moving Elements' , ( ) => {
80208017 it ( 'Rule 2D' , ( ) =>
80218018 toXmlMatch (
80228019 tex2mml ( '\\rule{2cm}{1cm}' ) ,
@@ -8049,6 +8046,9 @@ describe('Moving Elements', () => {
80498046 <mspace width="2cm" height="2cm" depth="1cm" mathbackground="black" data-latex="\\Rule{2cm}{2cm}{1cm}"></mspace>
80508047</math>`
80518048 ) ) ;
8049+ } ) ;
8050+
8051+ describe ( 'Moving Elements' , ( ) => {
80528052 it ( 'Space 3D' , ( ) =>
80538053 toXmlMatch (
80548054 tex2mml ( '\\Space{2cm}{2cm}{1cm}' ) ,
@@ -8434,7 +8434,7 @@ describe('Linebreaks', () => {
84348434 <mi data-latex=\"b\">b</mi>
84358435 </math>`
84368436 ) ) ;
8437- it ( 'allowbreak' , ( ) =>
8437+ it ( 'allowbreak cdot ' , ( ) =>
84388438 toXmlMatch (
84398439 tex2mml ( 'a\\allowbreak \cdot b' ) ,
84408440 `<math xmlns=\"http://www.w3.org/1998/Math/MathML\" data-latex=\"a\\allowbreak cdot b\" display=\"block\">
0 commit comments