[latex3-commits] [git/LaTeX3-latex3-latex2e] gh186: fixing the test file (name and content) (1061633c)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Apr 8 11:28:09 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh186
Link : https://github.com/latex3/latex2e/commit/1061633ca23535f7f7453d7b27ae830d479bd2f5
>---------------------------------------------------------------
commit 1061633ca23535f7f7453d7b27ae830d479bd2f5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Apr 8 11:28:09 2020 +0200
fixing the test file (name and content)
>---------------------------------------------------------------
1061633ca23535f7f7453d7b27ae830d479bd2f5
base/testfiles/github-0168.lvt | 22 ---------------
base/testfiles/github-0186.lvt | 31 ++++++++++++++++++++++
.../testfiles/{github-0168.tlg => github-0186.tlg} | 2 ++
3 files changed, 33 insertions(+), 22 deletions(-)
diff --git a/base/testfiles/github-0168.lvt b/base/testfiles/github-0168.lvt
deleted file mode 100644
index 92b46e8b..00000000
--- a/base/testfiles/github-0168.lvt
+++ /dev/null
@@ -1,22 +0,0 @@
-
-\input{test2e}
-
-
-\START
-
-\makeatletter
-
-\@ifformatlater{2020/10/01}{\typeout{GOOD: 2020-10 or later}}
- {\typeout{BAD}}
-
-% roll back somewhat ...
-
-\OMIT
-\RequirePackage[2018/12/01]{latexrelease}
-\TIMO
-
-\@ifformatlater{2020/10/01}{\typeout{BAD}}
- {\typeout{GOOD: 2018-12 (\fmtversion) now}}
-
-
-\END
diff --git a/base/testfiles/github-0186.lvt b/base/testfiles/github-0186.lvt
new file mode 100644
index 00000000..90a98f42
--- /dev/null
+++ b/base/testfiles/github-0186.lvt
@@ -0,0 +1,31 @@
+\documentclass{article}
+
+
+\input{test2e}
+
+
+\START
+
+\makeatletter
+
+\@ifformatatleast{2020/10/01}{\typeout{GOOD: 2020-10 or later}}
+ {\typeout{BAD}}
+
+\@ifpackageatleast{fltrace}{2100/01/01}{\typeout{BAD: 2100-01 will be dead by then}}
+ {\typeout{GOOD: still alive}}
+
+% roll back somewhat ...
+
+\OMIT
+\RequirePackage[2018/12/01]{latexrelease}
+\TIMO
+
+\@ifformatatleast{2020/10/01}{\typeout{BAD}}
+ {\typeout{GOOD: 2018-12 (\fmtversion) now}}
+
+
+\@ifclassatleast{article}{2015/01/01}{\typeout{GOOD: let's hope so}}
+ {\typeout{BAD: really?}}
+
+
+\END
diff --git a/base/testfiles/github-0168.tlg b/base/testfiles/github-0186.tlg
similarity index 80%
rename from base/testfiles/github-0168.tlg
rename to base/testfiles/github-0186.tlg
index 7b5f22d6..84d79f10 100644
--- a/base/testfiles/github-0168.tlg
+++ b/base/testfiles/github-0186.tlg
@@ -1,4 +1,6 @@
This is a generated file for the LaTeX2e validation system.
Don't change this file in any respect.
GOOD: 2020-10 or later
+GOOD: still alive
GOOD: 2018-12 (....-..-..) now
+GOOD: let's hope so
More information about the latex3-commits
mailing list.