[latex3-commits] [git/LaTeX3-latex3-latex2e] master: add a test for github #43 (c149ee5)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun May 27 21:22:12 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/c149ee51d7f5d6ddbb88d9f13016282dc4172f30

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

commit c149ee51d7f5d6ddbb88d9f13016282dc4172f30
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun May 27 21:22:12 2018 +0200

    add a test for github #43


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

c149ee51d7f5d6ddbb88d9f13016282dc4172f30
 base/testfiles/git-0043.lvt |   15 +++++++++++++++
 base/testfiles/git-0043.tlg |    7 +++++++
 2 files changed, 22 insertions(+)

diff --git a/base/testfiles/git-0043.lvt b/base/testfiles/git-0043.lvt
new file mode 100644
index 0000000..2f4e429
--- /dev/null
+++ b/base/testfiles/git-0043.lvt
@@ -0,0 +1,15 @@
+\RequirePackage[current]{latexrelease}
+\documentclass{article}
+\begin{filecontents}{foo43.sty}
+\ProvidesPackage{foo43}[2018-05-04 New package 1]
+\endinput
+\end{filecontents}
+\begin{filecontents}{bar43.sty}
+\ProvidesPackage{bar43}[2018-05-04 New package 2]
+\RequirePackage{foo43}[2018-05-04]
+\endinput
+\end{filecontents}
+\input{test2e}
+\START
+\usepackage{bar43}
+\END
diff --git a/base/testfiles/git-0043.tlg b/base/testfiles/git-0043.tlg
new file mode 100644
index 0000000..3a7bee2
--- /dev/null
+++ b/base/testfiles/git-0043.tlg
@@ -0,0 +1,7 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+(bar43.sty
+Package: bar43 2018-05-04 New package 2
+ (foo43.sty
+Package: foo43 2018-05-04 New package 1
+))





More information about the latex3-commits mailing list