[latex3-commits] [git/LaTeX3-latex3-latex3] cctab: Update LuaTeX test file (49ac2b8fb)

Bruno Le Floch bruno at le-floch.fr
Wed Jul 15 08:37:24 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : cctab
Link       : https://github.com/latex3/latex3/commit/49ac2b8fb04196eb574fd82c5a9bc883ca7810f0

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

commit 49ac2b8fb04196eb574fd82c5a9bc883ca7810f0
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Wed Jul 15 08:37:24 2020 +0200

    Update LuaTeX test file


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

49ac2b8fb04196eb574fd82c5a9bc883ca7810f0
 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.