[latex3-commits] [latex3/latex3] main: Drop m3expan004 (562528e3f)

github at latex-project.org github at latex-project.org
Tue May 23 13:57:41 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/562528e3f81b168a2992434b1177219325407465

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

commit 562528e3f81b168a2992434b1177219325407465
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue May 23 12:57:41 2023 +0100

    Drop m3expan004


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

562528e3f81b168a2992434b1177219325407465
 l3kernel/testfiles/m3expan004.lvt | 63 ---------------------------------------
 l3kernel/testfiles/m3expan004.tlg | 36 ----------------------
 2 files changed, 99 deletions(-)

diff --git a/l3kernel/testfiles/m3expan004.lvt b/l3kernel/testfiles/m3expan004.lvt
deleted file mode 100644
index 8e9f87572..000000000
--- a/l3kernel/testfiles/m3expan004.lvt
+++ /dev/null
@@ -1,63 +0,0 @@
-%
-% Copyright (C) 2018-2021 The LaTeX Project
-%
-
-% Input the regression test macros for LaTeX
-\input{regression-test}
-
-% The goal is to test the fall-back code (when \expanded is not
-% available) for e-type argument expansion.  We do this by undefining
-% \expanded before loading expl3.  This would break some assumptions in
-% LuaTeX (string comparison is used for some set-up within expl3, and in
-% LuaTeX string comparison uses \use:e), but in any case the test would
-% not be useful in LuaTeX since \expanded has been available for a long
-% time.
-\ifdefined\luatexversion\else
-  \let\expanded\undefined
-\fi
-
-\RequirePackage[enable-debug]{expl3}
-\ExplSyntaxOn
-\debug_on:n { check-declarations , deprecation , log-functions }
-\ExplSyntaxOff
-
-
-
-
-% Everything before this is ignored by the test system.
-\START
-
-\AUTHOR{Bruno Le Floch}
-
-\ExplSyntaxOn
-
-\cs_set_protected:Npn \test:n #1
-  { \TYPE { | \exp_args:Ne \exp_not:n {#1} | } }
-
-\TEST { e-type~argument }
-  {
-    \exp_args:Ne \tl_analysis_show:n { # }
-    \test:n { }
-    \test:n { { { } } }
-    \test:n { \foo }
-    \test:n { ~ \c_space_tl { \c_empty_tl { ~ } { } } \exp_not:N \foo }
-    \test:n { \exp_not:N \foo }
-    \test:n { { \exp_not:N } }
-    \test:n { \exp_not:N { } }
-    \test:n { \exp_not:n \c_space_token \scan_stop: \exp_not:N \foo { ~ \bar } }
-    \test:n { \exp_not:n \exp_after:wN \exp_not:N \c_space_tl { \zz } }
-    \test:n { \exp_not:n \exp_not:N \scan_stop: { } }
-    \test:n { \exp_not:f { \int_eval:n { 4 + 5 } , \int_eval:n { 6 + 7 } } }
-    \test:n { \tl_item:nn { \foo \zz { \buzz { \aaa } ~ } \bbb } { 3 } \c_backslash_str }
-    \test:n { \tex_the:D \tex_numexpr:D 1 + 2 ~ 3 }
-    \tex_count:D 4321 = 987654 \scan_stop:
-    \test:n { \tex_the:D \tex_count:D 4321 + 1 }
-    \tex_toks:D 10009 = { \abc \foo }
-    \test:n { \tex_the:D \tex_toks:D 10009 ~ }
-    \tex_toksdef:D \l_test_toks = 10009 \scan_stop:
-    \test:n { \tex_the:D \l_test_toks }
-    \tex_everypar:D = { \zzz }
-    \test:n { \tex_the:D \exp_after:wN \tex_everypar:D \c_space_tl }
-  }
-
-\END
diff --git a/l3kernel/testfiles/m3expan004.tlg b/l3kernel/testfiles/m3expan004.tlg
deleted file mode 100644
index 1f4b4304d..000000000
--- a/l3kernel/testfiles/m3expan004.tlg
+++ /dev/null
@@ -1,36 +0,0 @@
-This is a generated file for the LaTeX (2e + expl3) validation system.
-Don't change this file in any respect.
-Author: Bruno Le Floch
-============================================================
-TEST 1: e-type argument
-============================================================
-The token list contains the tokens:
->  # (macro parameter character #).
-<recently read> }
-l. ...  }
-||
-|{{}}|
-! Undefined control sequence.
-<argument> \foo 
-l. ...  }
-The control sequence at the end of the top line
-of your error message was never \def'ed. If you have
-misspelled it (e.g., `\hobx'), type `I' and the correct
-spelling (e.g., `I\hbox'). Otherwise just continue,
-and I'll forget about whatever was undefined.
-||
-|  {{ }{}}\foo |
-|\foo |
-|{}|
-|{}|
-| \bar |
-|\zz |
-||
-|9,\int_eval:n {6+7}|
-|\buzz {\aaa } \|
-|33|
-|987654+1|
-|\abc \foo |
-|\abc \foo |
-|\zzz  |
-============================================================





More information about the latex3-commits mailing list.