[latex3-commits] [git/LaTeX3-latex3-latex2e] lthooks2: try again (db604b3a)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Aug 15 19:05:01 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : lthooks2
Link       : https://github.com/latex3/latex2e/commit/db604b3a42c34ce6b172ce7fd09e7f3a0e7e0fb1

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

commit db604b3a42c34ce6b172ce7fd09e7f3a0e7e0fb1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Aug 15 19:05:01 2020 +0200

    try again


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

db604b3a42c34ce6b172ce7fd09e7f3a0e7e0fb1
 .travis.yml                                  | 2 +-
 base/ltmiscen.dtx                            | 2 +-
 base/testfiles/github-robust-0123.luatex.tlg | 2 +-
 base/testfiles/github-robust-0123.tlg        | 2 +-
 base/testfiles/github-robust-0123.xetex.tlg  | 2 +-
 base/update-rollback-tests.sh                | 4 +++-
 6 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8bae2ad3..70335f5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ cache:
 jobs:
   include:
     - if: NOT tag IS present
-      script: l3build check -q -H --show-log-on-error
+      script: l3build check -q  --show-log-on-error
       name: "Test suite"
     - if: NOT tag IS present
       script: l3build doc -q -H --show-log-on-error
diff --git a/base/ltmiscen.dtx b/base/ltmiscen.dtx
index 3517d15a..8e29d4aa 100644
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@ -588,7 +588,7 @@
 %    \end{macrocode}
 %    Version that adds hooks (so different from the 2019 version). It
 %    fixes tlb3722 but the change should perhaps be made in
-%    \pkg{tabularx} instead.
+%    \texttt{tabularx} instead.
 %    \begin{macrocode}
 \@namedef{end }#1{%
   \romannumeral
diff --git a/base/testfiles/github-robust-0123.luatex.tlg b/base/testfiles/github-robust-0123.luatex.tlg
index 5fdfcced..5b091523 100644
--- a/base/testfiles/github-robust-0123.luatex.tlg
+++ b/base/testfiles/github-robust-0123.luatex.tlg
@@ -225,7 +225,7 @@ l. ...\show\Downarrow
 ---------------------------------------
 \AtBeginDvi{foo} -> 
 ---------------------------------------
-\AtEndDocument{foo} -> \AddToHook {enddocument}{foo}
+\AtEndDocument{foo} -> \AtEndDocument {foo}
 ---------------------------------------
 \Big( -> \Big (
 ---------------------------------------
diff --git a/base/testfiles/github-robust-0123.tlg b/base/testfiles/github-robust-0123.tlg
index b6c49bbf..49d223fc 100644
--- a/base/testfiles/github-robust-0123.tlg
+++ b/base/testfiles/github-robust-0123.tlg
@@ -225,7 +225,7 @@ l. ...\show\Downarrow
 ---------------------------------------
 \AtBeginDvi{foo} -> 
 ---------------------------------------
-\AtEndDocument{foo} -> \AddToHook {enddocument}{foo}
+\AtEndDocument{foo} -> \AtEndDocument {foo}
 ---------------------------------------
 \Big( -> \Big (
 ---------------------------------------
diff --git a/base/testfiles/github-robust-0123.xetex.tlg b/base/testfiles/github-robust-0123.xetex.tlg
index dc2b8024..b3239c06 100644
--- a/base/testfiles/github-robust-0123.xetex.tlg
+++ b/base/testfiles/github-robust-0123.xetex.tlg
@@ -225,7 +225,7 @@ l. ...\show\Downarrow
 ---------------------------------------
 \AtBeginDvi{foo} -> 
 ---------------------------------------
-\AtEndDocument{foo} -> \AddToHook {enddocument}{foo}
+\AtEndDocument{foo} -> \AtEndDocument {foo}
 ---------------------------------------
 \Big( -> \Big (
 ---------------------------------------
diff --git a/base/update-rollback-tests.sh b/base/update-rollback-tests.sh
index d19d2486..297733e3 100644
--- a/base/update-rollback-tests.sh
+++ b/base/update-rollback-tests.sh
@@ -1 +1,3 @@
-l3build save -eetex,xetex,luatex tlb-latexrelease-rollback-003-often tlb-rollback-004-often
+l3build save -eetex,xetex,luatex \
+	tlb-latexrelease-rollback-003-often \
+	tlb-rollback-004-often





More information about the latex3-commits mailing list.