[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update LuaTeX test file (2c9d6323a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jul 16 12:13:16 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2c9d6323a4fa2e8e251a0b52af060b890e04c66a
>---------------------------------------------------------------
commit 2c9d6323a4fa2e8e251a0b52af060b890e04c66a
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Wed Jul 15 08:37:24 2020 +0200
Update LuaTeX test file
>---------------------------------------------------------------
2c9d6323a4fa2e8e251a0b52af060b890e04c66a
l3kernel/testfiles/m3cctab002.luatex.tlg | 40 ++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/l3kernel/testfiles/m3cctab002.luatex.tlg b/l3kernel/testfiles/m3cctab002.luatex.tlg
index c08a32b52..45f4d0e56 100644
--- a/l3kernel/testfiles/m3cctab002.luatex.tlg
+++ b/l3kernel/testfiles/m3cctab002.luatex.tlg
@@ -117,3 +117,43 @@ l. ... }
This is a coding error.
Global assignment to a local variable '\l_const_cctab'.
============================================================
+============================================================
+TEST 7: Wrong nesting with groups: expect three errors and many TRUE
+============================================================
+TRUE
+! LaTeX3 Error: \cctab_end: occurred in a higher group level than the matching
+(LaTeX3) \cctab_begin:N.
+For immediate help type H <return>.
+ ...
+l. ... }
+Catcode tables and groups must be properly nested, but you tried to interleave
+them. LaTeX will try to proceed, but results may be unexpected.
+TRUE
+TRUE
+============================================================
+TRUE
+TRUE
+TRUE
+! LaTeX3 Error: \cctab_end: occurred in a lower group level than the matching
+(LaTeX3) \cctab_begin:N.
+For immediate help type H <return>.
+ ...
+l. ... }
+Catcode tables and groups must be properly nested, but you tried to interleave
+them. LaTeX will try to proceed, but results may be unexpected.
+TRUE
+============================================================
+TRUE
+TRUE
+TRUE
+TRUE
+! LaTeX3 Error: \cctab_end: occurred in a different group than the matching
+(LaTeX3) \cctab_begin:N.
+For immediate help type H <return>.
+ ...
+l. ... }
+Catcode tables and groups must be properly nested, but you tried to interleave
+them. LaTeX will try to proceed, but results may be unexpected.
+TRUE
+TRUE
+============================================================
More information about the latex3-commits
mailing list.