diff --git a/package.json b/package.json index 5265dcb12..854104c50 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "use-cjs": "echo '{\n \"extends\": \"./tsconfig/cjs.json\"\n}' > tsconfig.json", "use-mjs": "echo '{\n \"extends\": \"./tsconfig/mjs.json\"\n}' > tsconfig.json", "=============================================================================== aliases": "", - "test": "cd testsuite && pnpm -s test --", + "test": "cd testsuite && pnpm -s test", "clean": "pnpm -s clean:mod cjs && pnpm -s cjs:bundle:clean && pnpm -s clean:mod mjs && pnpm -s clean:dir bundle", "compile-cjs": "pnpm -s cjs:compile", "compile-mjs": "pnpm -s mjs:compile", diff --git a/testsuite/tests/input/tex/Bussproofs.test.ts b/testsuite/tests/input/tex/Bussproofs.test.ts index 5ef5b0275..6ddfa6b06 100644 --- a/testsuite/tests/input/tex/Bussproofs.test.ts +++ b/testsuite/tests/input/tex/Bussproofs.test.ts @@ -2135,12 +2135,12 @@ describe('BussproofsRegProofs', () => { it('Proof Complex', () => { toXmlMatch( tex2mml( - '\\begin{prooftree}\\AXC{}\\RL{$Hyp^{1}$}\\UIC{$P$}\\AXC{$P\\rightarrow Q$}\\RL{$\\rightarrow_E$}\\solidLine\\BIC{$Q^2$}\\AXC{$Q\\rightarrow R$} \\RL{$\\rightarrow_E$} \\BIC{$R$} \\AXC{$Q$}\\RL{Rit$^2$} \\UIC{$Q$}\\RL{$\\wedge_I$}\\BIC{$Q\\wedge R$}\\RL{${\\rightarrow_I}^1$}\\UIC{$P\\rightarrow Q\\wedge R$}\\end{prooftree}' + '\\begin{prooftree}\\AXC{}\\RL{$Hyp^{1}$}\\UIC{$P$}\\AXC{$P\\rightarrow Q$}\\RL{$\\rightarrow_E$}\\solidLine\\BIC{$Q^2$}\\AXC{$Q\\rightarrow R$} \\RL{$\\rightarrow_E$} \\BIC{$R$} \\AXC{$Q$}\\RL{Rit$^2$} \\UIC{$Q$}\\RL{$\\wedge_I$}\\BIC{$Q\\wedge R$}\\RL{\${\\rightarrow_I}^1$}\\UIC{$P\\rightarrow Q\\wedge R$}\\end{prooftree}' ), ` - + @@ -2151,9 +2151,9 @@ describe('BussproofsRegProofs', () => { - + - + @@ -2162,7 +2162,7 @@ describe('BussproofsRegProofs', () => { - + @@ -2380,7 +2380,7 @@ describe('BussproofsRegProofs', () => { - + @@ -2420,7 +2420,7 @@ describe('BussproofsRegProofs', () => { - + ` ); @@ -2436,7 +2436,7 @@ describe('BussproofsRegProofs', () => { ` - + @@ -2447,9 +2447,9 @@ describe('BussproofsRegProofs', () => { - + - + @@ -2458,7 +2458,7 @@ describe('BussproofsRegProofs', () => { - + @@ -2676,7 +2676,7 @@ describe('BussproofsRegProofs', () => { - + @@ -2716,7 +2716,7 @@ describe('BussproofsRegProofs', () => { - + ` );