diff --git a/testsuite/tests/input/tex/Braket.test.ts b/testsuite/tests/input/tex/Braket.test.ts index ffa59ca24..9e3154d61 100644 --- a/testsuite/tests/input/tex/Braket.test.ts +++ b/testsuite/tests/input/tex/Braket.test.ts @@ -205,11 +205,11 @@ describe('Braket', () => { it('Braket-Set-small', () => toXmlMatch( tex2mml('\\set{x}'), - ` - - { - x - } + ` + + { + x + } ` )); @@ -265,16 +265,16 @@ describe('Braket', () => { it('Braket-Set-over', () => toXmlMatch( tex2mml('\\Set{x\\over y}'), - ` - - { - - - x - y + ` + + { + + + x + y - - } + + } ` )); diff --git a/testsuite/tests/input/tex/Physics.test.ts b/testsuite/tests/input/tex/Physics.test.ts index 613dcab42..0efcd477e 100644 --- a/testsuite/tests/input/tex/Physics.test.ts +++ b/testsuite/tests/input/tex/Physics.test.ts @@ -8602,23 +8602,23 @@ describe('Physics7_11', () => { it('Matrices_Other_8', () => toXmlMatch( tex2mml('\\begin{smallmatrix} a & b \\\\ c & d \\end{smallmatrix}'), - ` - - + ` + + - a + a - b + b - c + c - d + d @@ -9246,24 +9246,24 @@ describe('Physics7_2', () => { it('Matrices_Small_1', () => toXmlMatch( tex2mml('\\smallmatrixquantity*{a & b \\\\ c & d}'), - ` - - + ` + + - - a + + a - b + b - c + c - d + d