[latex3-commits] [git/LaTeX3-latex3-latex2e] gh645: s.tex not on place in a clean build, use custom file (6c31e29c)

David Carlisle d.p.carlisle at gmail.com
Thu Oct 14 23:19:05 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh645
Link       : https://github.com/latex3/latex2e/commit/6c31e29c5bfd8421cd179d680f1798dbd5dd6dee

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

commit 6c31e29c5bfd8421cd179d680f1798dbd5dd6dee
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Thu Oct 14 22:19:05 2021 +0100

    s.tex not on place in a clean build, use custom file


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

6c31e29c5bfd8421cd179d680f1798dbd5dd6dee
 base/testfiles/github-0645.lvt | 5 ++++-
 base/testfiles/github-0645.tlg | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/base/testfiles/github-0645.lvt b/base/testfiles/github-0645.lvt
index d94290b5..a63c6248 100644
--- a/base/testfiles/github-0645.lvt
+++ b/base/testfiles/github-0645.lvt
@@ -1,3 +1,6 @@
+\begin{filecontents}{github-0645.tex}
+\typeout{yes}
+\end{filecontents}
 \documentclass{article}
 
 \input{test2e}
@@ -7,6 +10,6 @@
 % neither of these should echo \@input{zzz.aux} to the terminal
 \include{foobar}
 
-\include{s}
+\include{github-0645}
 
 \END
\ No newline at end of file
diff --git a/base/testfiles/github-0645.tlg b/base/testfiles/github-0645.tlg
index d2033b0c..2ce664d8 100644
--- a/base/testfiles/github-0645.tlg
+++ b/base/testfiles/github-0645.tlg
@@ -3,5 +3,6 @@ Don't change this file in any respect.
 LaTeX Warning: \include should only be used after \begin{document} on input line ....
 No file foobar.
 LaTeX Warning: \include should only be used after \begin{document} on input line ....
-(s.tex File ignored
+(github-0645.tex
+yes
 )





More information about the latex3-commits mailing list.