[latex3-commits] [git/LaTeX3-latex3-latex2e] tuformat: remove unused regression-test.cfg to allow normal regression-test use in future (0b4d14b2)

David Carlisle d.p.carlisle at gmail.com
Fri Dec 6 22:18:53 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : tuformat
Link       : https://github.com/latex3/latex2e/commit/0b4d14b20ce166fc6f0ceccf7bd07bbc9926462a

>---------------------------------------------------------------

commit 0b4d14b20ce166fc6f0ceccf7bd07bbc9926462a
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Fri Dec 6 21:18:53 2019 +0000

    remove unused regression-test.cfg to allow normal regression-test use in future


>---------------------------------------------------------------

0b4d14b20ce166fc6f0ceccf7bd07bbc9926462a
 support/regression-test.cfg | 63 ---------------------------------------------
 1 file changed, 63 deletions(-)

diff --git a/support/regression-test.cfg b/support/regression-test.cfg
deleted file mode 100644
index fd1d65be..00000000
--- a/support/regression-test.cfg
+++ /dev/null
@@ -1,63 +0,0 @@
-%%
-%% This is file `regression-test.cfg'.
-%% Used to customise the l3build regression test suite for LaTeX2e.
-%%
-
-% Customise the \cs{START} message.
-
-\def\STARTMESSAGE{This is a generated file for the LaTeX2e validation system.}
-
-% Not all packages declare themselves to the log file, and we can not
-% rely on TeX`s output as it includes full path names, and does not
-% include version numbers etc.
-%
-% If the class or package is loaded with options, you may
-% specify the options in the |\CLASS| (|\PACKAGE|) declaration. eg:
-% \begin{verbatim}
-% \CLASS[german,a4page]{article v2.0 1994/01/02}
-% \PACKAGE{ifthen v2.2 1993/11/12}
-% \PACKAGE[dvips]{graphics v 3.8 1994/02/02}
-% \end{verbatim}
-\def\CLASS{\@ifnextchar[\OPTCLASS\XCLASS}
-\def\OPTCLASS[#1]#2{%
-  \TYPE{Main Class: #2^^J\space\space\space\space Options: #1}}
-\def\XCLASS#1{%
-  \TYPE{Main Class: #1}}
-\def\PACKAGE{\@ifnextchar[\OPTPACKAGE\XPACKAGE}
-\def\OPTPACKAGE[#1]#2{%
-  \TYPE{Package: #2^^J\space\space\space\space Options: #1}}
-\def\XPACKAGE#1{%
-  \TYPE{Package: #1}}
-
-% A little more meta-data on authors.
-
-\def\AUTHOR#1{\LONGTYPEOUT{Author: #1}}
-\def\ADDRESS#1{\TYPE{Address: #1}}
-
-\def\FORMAT#1{\LONGTYPEOUT{Format: #1}%
-  \def\@tempa{#1}\ifx\@tempa\@EJ\else
-   \OMIT\TYPE{WARNING: Declared format #1,^^JActual format \@EJ}\TIMO\fi}
-% The old version got this information from everyjob,
-% but that does not work with \LaTeXe\ as |\everyjob| is cleared.
-\edef\@EJ{\fmtname <\fmtversion>}
-
-% For tests dating back to LaTeX2.09 era.
-
-\def\STYLE#1{\TYPE{Main Style: #1}}%
-\def\STYLEOPTIONS#1{\TYPE{Style Options: #1}}
-
-% LaTeX2e always uses NFSS2 so new test files need not use
-% |\FONTSELECTION| but it is retained for compatibility for test files
-% written for 209/NFSS1.
-
-\def\FONTSELECTION#1{%
-  \OMIT\@@warning{\noexpand\FONTSELECTION obsolete.^^J%
-                 LaTeX2e always uses NFSS2}\TIMO
-  \TYPE{Font Selection: #1}}
-
-% Most importantly, set up catcodes as expected for the legacy tests.
-% The |@| char should remain a `letter' during each test.
-
-\catcode`\@=11\relax
-\let\reset at catcodes\relax
-





More information about the latex3-commits mailing list