diff --git a/.automation/test/latex/latex_bad_1.tex b/.automation/test/latex/latex_bad_1.tex index 8ab2af6d..cc0ec528 100644 --- a/.automation/test/latex/latex_bad_1.tex +++ b/.automation/test/latex/latex_bad_1.tex @@ -129,11 +129,6 @@ $5\cdot10^{10}$ Do you understand ? Do you understand? -% Warning 27 - -\input latex_bad_2.tex -\input latex_bad_2 - % Warning 29 The program opens a screen sized 640x200 pixels The program opens a screen sized $640\times200$ pixels diff --git a/.automation/test/latex/latex_bad_2.tex b/.automation/test/latex/latex_bad_2.tex deleted file mode 100644 index 76bc301f..00000000 --- a/.automation/test/latex/latex_bad_2.tex +++ /dev/null @@ -1 +0,0 @@ -\this is a test of whether the file is actually inputted... diff --git a/.automation/test/latex/latex_good_1.tex b/.automation/test/latex/latex_good_1.tex index 2c19a908..a34c6f7a 100644 --- a/.automation/test/latex/latex_good_1.tex +++ b/.automation/test/latex/latex_good_1.tex @@ -129,11 +129,6 @@ $5\cdot10^{10}$ %Do you understand ? Do you understand? -% Warning 27 - -\input latex_good_2.tex -\input latex_good_2 - % Warning 29 %The program opens a screen sized 640x200 pixels The program opens a screen sized $640\times200$ pixels diff --git a/.automation/test/latex/latex_good_2.tex b/.automation/test/latex/latex_good_2.tex deleted file mode 100644 index b8e263a9..00000000 --- a/.automation/test/latex/latex_good_2.tex +++ /dev/null @@ -1 +0,0 @@ -\this\ is a test of whether the file is actually inputted\ldots