[latex3-commits] [latex3/latex3] main: Adjust m3plain001 to test for \par inb expl3 only (see #1322) (4b47308fc)
github at latex-project.org
github at latex-project.org
Mon Nov 6 10:35:54 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/4b47308fc0b6d4440b2ad078d4fa5ea447e06987
>---------------------------------------------------------------
commit 4b47308fc0b6d4440b2ad078d4fa5ea447e06987
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 6 09:34:41 2023 +0000
Adjust m3plain001 to test for \par inb expl3 only (see #1322)
>---------------------------------------------------------------
4b47308fc0b6d4440b2ad078d4fa5ea447e06987
l3kernel/testfiles-plain/m3plain001.luatex.tlg | 13 -------------
l3kernel/testfiles-plain/m3plain001.lvt | 5 +++++
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/l3kernel/testfiles-plain/m3plain001.luatex.tlg b/l3kernel/testfiles-plain/m3plain001.luatex.tlg
index 3e73d24a7..1e7b23417 100644
--- a/l3kernel/testfiles-plain/m3plain001.luatex.tlg
+++ b/l3kernel/testfiles-plain/m3plain001.luatex.tlg
@@ -4,19 +4,6 @@ Don't change this file in any respect.
Package: expl3 ....-..-.. L3 programming layer (loader)
(expl3-code.tex
Package: expl3 ....-..-.. L3 programming layer (code)
-(../ltluatex.tex
-File: ltluatex.tex ....-..-.. v... LuaTeX support for plain TeX (core)
-\e at alloc@attribute at count=\count...
-\e at alloc@ccodetable at count=\count...
-\e at alloc@luafunction at count=\count...
-\e at alloc@whatsit at count=\count...
-\e at alloc@bytecode at count=\count...
-\e at alloc@luachunk at count=\count...
-\catcodetable at initex=\catcodetable...
-\catcodetable at string=\catcodetable...
-\catcodetable at latex=\catcodetable...
-\catcodetable at atletter=\catcodetable...
-)
\@expl at luadata@bytecode=\luabytecode...
Lua function __lua_load_module_p:n = ...
Lua function tex_strcmp:D = ...
diff --git a/l3kernel/testfiles-plain/m3plain001.lvt b/l3kernel/testfiles-plain/m3plain001.lvt
index 67ddb2f42..fde9753ea 100644
--- a/l3kernel/testfiles-plain/m3plain001.lvt
+++ b/l3kernel/testfiles-plain/m3plain001.lvt
@@ -3,7 +3,12 @@
%
\input regression-test\relax
+\ifdefined\directlua
+ \input{ltluatex}%
+\fi
\START
+\def\par{\ERROR}
\input expl3-generic\relax
+\ifdim\lastskip>0pt \ERROR\fi
\END
More information about the latex3-commits
mailing list.