[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Avoid extra tests for different engines (2da5de00)
PhelypeOleinik
tex.phelype at gmail.com
Thu Jun 4 13:32:25 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/2da5de009d7cf9d6fa4eb24e3f86551cf7fc4acd
>---------------------------------------------------------------
commit 2da5de009d7cf9d6fa4eb24e3f86551cf7fc4acd
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu Jun 4 08:32:25 2020 -0300
Avoid extra tests for different engines
>---------------------------------------------------------------
2da5de009d7cf9d6fa4eb24e3f86551cf7fc4acd
base/testfiles/github-0239.lvt | 7 ++++++-
base/testfiles/github-0239.tlg | 8 ++++----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/base/testfiles/github-0239.lvt b/base/testfiles/github-0239.lvt
index c3b38a7f..1a4f9fbc 100644
--- a/base/testfiles/github-0239.lvt
+++ b/base/testfiles/github-0239.lvt
@@ -108,7 +108,12 @@
% Test letting other control sequences
\def\test{\testt\tmp{tmp}}
-\test\cmda{\newcount\cmda}
+{%
+ \def\testtt#1{%
+ \typeout{\string#1=\meaning#1}%
+ \let#1\undefined}%
+ \test\cmda{\newcount\cmda}%
+}
\test\cmdb{\let\cmdb\undefined}
diff --git a/base/testfiles/github-0239.tlg b/base/testfiles/github-0239.tlg
index 5bb9e9b2..ede303da 100644
--- a/base/testfiles/github-0239.tlg
+++ b/base/testfiles/github-0239.tlg
@@ -71,10 +71,10 @@ LaTeX Info: Redefining \cmdc on input line ....
\\+=macro:[#1]->boo|
\\+ =\relax|
\cmda=\count...
-\tmp=\count179|
-\tmp =\relax|
-\\tmp=\relax|
-\\tmp =\relax|
+\tmp=\count...
+\tmp =\relax
+\\tmp=\relax
+\\tmp =\relax
\tmp=undefined|
\tmp =\relax|
\\tmp=\relax|
More information about the latex3-commits
mailing list.