[latex3-commits] [latex3/latex2e] hotfix/gh1598: correct test name (d852f3194)
github at latex-project.org
github at latex-project.org
Fri Nov 22 19:19:04 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : hotfix/gh1598
Link : https://github.com/latex3/latex2e/commit/d852f3194ffae1b77c390e787c3c2dbd4407dbfb
>---------------------------------------------------------------
commit d852f3194ffae1b77c390e787c3c2dbd4407dbfb
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Nov 22 19:19:04 2024 +0100
correct test name
>---------------------------------------------------------------
d852f3194ffae1b77c390e787c3c2dbd4407dbfb
required/tools/testfiles/github-1558.lvt | 26 ++++++++++++++++++++++++++
required/tools/testfiles/github-1558.tlg | 8 ++++++++
required/tools/testfiles/github-1598.lvt | 26 --------------------------
required/tools/testfiles/github-1598.tlg | 8 --------
4 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/required/tools/testfiles/github-1558.lvt b/required/tools/testfiles/github-1558.lvt
new file mode 100644
index 000000000..6d85cb7f2
--- /dev/null
+++ b/required/tools/testfiles/github-1558.lvt
@@ -0,0 +1,26 @@
+\show\documentclass
+
+\documentclass{article}
+
+\input{test2e}
+
+\usepackage{array}
+\newsavebox\hvOBox
+
+\START
+
+\savebox\hvOBox{%
+\begin{tabular}{@{} *9c @{\hspace{6em}} *3c @{}}
+2007& 2074& 1626& 113& 25& 8& 11& 8& 12& 71& 200& 3\\
+\end{tabular}}
+
+\OMIT
+\begin{document}
+\TIMO
+
+\usebox\hvOBox
+
+\newpage
+
+\OMIT
+\end{document}
diff --git a/required/tools/testfiles/github-1558.tlg b/required/tools/testfiles/github-1558.tlg
new file mode 100644
index 000000000..a3cb22efb
--- /dev/null
+++ b/required/tools/testfiles/github-1558.tlg
@@ -0,0 +1,8 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+LaTeX Font Info: External font `cmex10' loaded for size
+(Font) <7> on input line ....
+LaTeX Font Info: External font `cmex10' loaded for size
+(Font) <5> on input line ....
+[1
+]
diff --git a/required/tools/testfiles/github-1598.lvt b/required/tools/testfiles/github-1598.lvt
deleted file mode 100644
index 6d85cb7f2..000000000
--- a/required/tools/testfiles/github-1598.lvt
+++ /dev/null
@@ -1,26 +0,0 @@
-\show\documentclass
-
-\documentclass{article}
-
-\input{test2e}
-
-\usepackage{array}
-\newsavebox\hvOBox
-
-\START
-
-\savebox\hvOBox{%
-\begin{tabular}{@{} *9c @{\hspace{6em}} *3c @{}}
-2007& 2074& 1626& 113& 25& 8& 11& 8& 12& 71& 200& 3\\
-\end{tabular}}
-
-\OMIT
-\begin{document}
-\TIMO
-
-\usebox\hvOBox
-
-\newpage
-
-\OMIT
-\end{document}
diff --git a/required/tools/testfiles/github-1598.tlg b/required/tools/testfiles/github-1598.tlg
deleted file mode 100644
index a3cb22efb..000000000
--- a/required/tools/testfiles/github-1598.tlg
+++ /dev/null
@@ -1,8 +0,0 @@
-This is a generated file for the LaTeX2e validation system.
-Don't change this file in any respect.
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <7> on input line ....
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <5> on input line ....
-[1
-]
More information about the latex3-commits
mailing list.