diff --git a/testsuite/tests/input/tex/Extpfeil.test.ts b/testsuite/tests/input/tex/Extpfeil.test.ts index 4080f474a..83da14f23 100644 --- a/testsuite/tests/input/tex/Extpfeil.test.ts +++ b/testsuite/tests/input/tex/Extpfeil.test.ts @@ -10,9 +10,7 @@ describe('Extpfeil', () => { tex2mml('\\xtwoheadrightarrow{abcxyz}'), ` - - - + a b @@ -30,9 +28,7 @@ describe('Extpfeil', () => { tex2mml('\\xtwoheadleftarrow{abcxyz}'), ` - - - + a b @@ -50,9 +46,7 @@ describe('Extpfeil', () => { tex2mml('\\xmapsto{abcxyz}'), ` - - - + a b @@ -70,9 +64,7 @@ describe('Extpfeil', () => { tex2mml('\\xlongequal{abcxyz}'), ` - - = - + = a b @@ -90,9 +82,7 @@ describe('Extpfeil', () => { tex2mml('\\xtofrom{abcxyz}'), ` - - - + a b @@ -110,9 +100,7 @@ describe('Extpfeil', () => { tex2mml('\\Newextarrow{\\ab}{10,20}{8672}\\ab{xyz}'), ` - - - + x y @@ -128,8 +116,8 @@ describe('Extpfeil Errors', () => { it('NewextarrowArg1', () => toXmlMatch( tex2mml('\\Newextarrow{ab}{10,20}{8672}\\ab{xyz}'), - ` - + ` + First argument to \\Newextarrow must be a control sequence name ` @@ -137,8 +125,8 @@ describe('Extpfeil Errors', () => { it('NewextarrowArg2 One', () => toXmlMatch( tex2mml('\\Newextarrow{\\ab}{10}{8672}\\ab{xyz}'), - ` - + ` + Second argument to \\Newextarrow must be two integers separated by a comma ` @@ -146,8 +134,8 @@ describe('Extpfeil Errors', () => { it('NewextarrowArg2 Two', () => toXmlMatch( tex2mml('\\Newextarrow{\\ab}{10 20}{8672}\\ab{xyz}'), - ` - + ` + Second argument to \\Newextarrow must be two integers separated by a comma ` @@ -155,8 +143,8 @@ describe('Extpfeil Errors', () => { it('NewextarrowArg2 Three', () => toXmlMatch( tex2mml('\\Newextarrow{\\ab}{aa}{8672}\\ab{xyz}'), - ` - + ` + Second argument to \\Newextarrow must be two integers separated by a comma ` @@ -164,8 +152,8 @@ describe('Extpfeil Errors', () => { it('NewextarrowArg3', () => toXmlMatch( tex2mml('\\Newextarrow{\\ab}{10,20}{AG}\\ab{xyz}'), - ` - + ` + Third argument to \\Newextarrow must be a unicode character number ` diff --git a/testsuite/tests/input/tex/Unicode.test.ts b/testsuite/tests/input/tex/Unicode.test.ts index 398ca341e..cc7d5123b 100644 --- a/testsuite/tests/input/tex/Unicode.test.ts +++ b/testsuite/tests/input/tex/Unicode.test.ts @@ -53,7 +53,7 @@ describe('Unicode', () => { toXmlMatch( tex2mml('\\mbox{A}\\unicode{65}{B}'), ` - + A A