[latex3-commits] [git/LaTeX3-latex3-latex3] morechk: box/coffin test off-by-one (54818c6)

Will Robertson wspr81 at gmail.com
Wed Jan 16 07:42:54 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : morechk
Link       : https://github.com/latex3/latex3/commit/54818c644ecf87bca4d7ace620c688794cc1f93c

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

commit 54818c644ecf87bca4d7ace620c688794cc1f93c
Author: Will Robertson <wspr81 at gmail.com>
Date:   Wed Jan 16 17:12:54 2019 +1030

    box/coffin test off-by-one
    
    not sure what caused this. not a bug?


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

54818c644ecf87bca4d7ace620c688794cc1f93c
 l3kernel/testfiles/m3box001.tlg     |    4 ++--
 l3kernel/testfiles/m3coffins001.tlg |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/testfiles/m3box001.tlg b/l3kernel/testfiles/m3box001.tlg
index c152802..16beb04 100644
--- a/l3kernel/testfiles/m3box001.tlg
+++ b/l3kernel/testfiles/m3box001.tlg
@@ -20,7 +20,7 @@ This is a coding error.
 LaTeX has been asked to create a new control sequence '\l_test_box' but this
 name has already been used elsewhere.
 The current meaning is:
-  \char"55
+  \char"54
 Defining \l_test_box on line ...
 \l_test_box=\box...
 ! LaTeX3 Error: Control sequence \l_test_box already defined.
@@ -31,7 +31,7 @@ This is a coding error.
 LaTeX has been asked to create a new control sequence '\l_test_box' but this
 name has already been used elsewhere.
 The current meaning is:
-  \char"56
+  \char"55
 Defining \l_test_box on line ...
 \l_test_box=\box...
 ============================================================
diff --git a/l3kernel/testfiles/m3coffins001.tlg b/l3kernel/testfiles/m3coffins001.tlg
index 8e6d7a4..4184d61 100644
--- a/l3kernel/testfiles/m3coffins001.tlg
+++ b/l3kernel/testfiles/m3coffins001.tlg
@@ -30,7 +30,7 @@ This is a coding error.
 LaTeX has been asked to create a new control sequence '\aaa' but this name has
 already been used elsewhere.
 The current meaning is:
-  \char"49
+  \char"48
 Defining \aaa on line ...
 \aaa=\box...
 ============================================================





More information about the latex3-commits mailing list