[latex3-commits] [latex3/latex2e] array: would have been too easy (e491d6ce)
github at latex-project.org
github at latex-project.org
Mon Dec 4 11:07:14 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : array
Link : https://github.com/latex3/latex2e/commit/e491d6ce13fccbbf7f8a50fa57fc6de8da7d064f
>---------------------------------------------------------------
commit e491d6ce13fccbbf7f8a50fa57fc6de8da7d064f
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Dec 4 11:07:14 2023 +0100
would have been too easy
>---------------------------------------------------------------
e491d6ce13fccbbf7f8a50fa57fc6de8da7d064f
base/testfiles-lthooks/lthooks-031.tlg | 2 +-
base/testfiles-lthooks/lthooks-rollback-args.tlg | 2 +-
base/testfiles-lthooks2/lthooks2-002.tlg | 11 ++++++++++-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/base/testfiles-lthooks/lthooks-031.tlg b/base/testfiles-lthooks/lthooks-031.tlg
index 206b9826..99564bff 100644
--- a/base/testfiles-lthooks/lthooks-031.tlg
+++ b/base/testfiles-lthooks/lthooks-031.tlg
@@ -19,7 +19,7 @@ l. ...\ShowHook{include/foo/after}
> A -> \typeout {A2}
> B -> \typeout {B2}
> Document-level (top-level) code (executed last):
-> ---
+> -> \cs_if_exist:NF \tag_if_active:T {\prg_new_conditional:Npnn \tag_if_active: {p,T,TF,F}{\prg_return_false: }}
> Extra code for next invocation:
> ---
> Rules:
diff --git a/base/testfiles-lthooks/lthooks-rollback-args.tlg b/base/testfiles-lthooks/lthooks-rollback-args.tlg
index 0a766be8..5caee35a 100644
--- a/base/testfiles-lthooks/lthooks-rollback-args.tlg
+++ b/base/testfiles-lthooks/lthooks-rollback-args.tlg
@@ -1315,7 +1315,7 @@ Already applied: [....-..-..] UTF-8 default on input line ....
> Code chunks:
> label -> \def \ay ##1{\typeout {ay(##1)}}\def \by ##1{\typeout {by(##1)}}
> Document-level (top-level) code (executed last):
-> -> \def \ax ##1{\typeout {ax(##1)}}\def \bx ##1{\typeout {bx(##1)}}
+> -> \cs_if_exist:NF \tag_if_active:T {\prg_new_conditional:Npnn \tag_if_active: {p,T,TF,F}{\prg_return_false: }}\def \ax ##1{\typeout {ax(##1)}}\def \bx ##1{\typeout {bx(##1)}}
> Extra code for next invocation:
> -> \def \az ##1{\typeout {az(##1)}}\def \bz ##1{\typeout {bz(##1)}}
> Rules:
diff --git a/base/testfiles-lthooks2/lthooks2-002.tlg b/base/testfiles-lthooks2/lthooks2-002.tlg
index 9dfe9996..91f30c12 100644
--- a/base/testfiles-lthooks2/lthooks2-002.tlg
+++ b/base/testfiles-lthooks2/lthooks2-002.tlg
@@ -11,7 +11,16 @@ Update code for hook 'package/after' on input line ...:
**** Add to hook enddocument/end (top-level) on input line ... <- \typeout {in preamble}
Update code for hook 'begindocument' on input line ...:
-> The hook 'begindocument':
-> The hook is empty.
+> Code chunks:
+> ---
+> Document-level (top-level) code (executed last):
+> -> \cs_if_exist:NF \tag_if_active:T {\prg_new_conditional:Npnn \tag_if_active: {p,T,TF,F}{\prg_return_false: }}
+> Extra code for next invocation:
+> ---
+> Rules:
+> ---
+> Execution order:
+> ---.
Update code for hook 'para/before' on input line ...:
Update code for hook 'para/after' on input line ...:
Update code for hook 'para/begin' on input line ...:
More information about the latex3-commits
mailing list.