[latex3-commits] [git/LaTeX3-latex3-latex3] main: Avoid typesetting in color test file (e448cd105)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 7 13:44:50 CET 2023


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

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

commit e448cd10501e6aa78d27ad9341dc16aeec768f21
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 7 12:44:50 2023 +0000

    Avoid typesetting in color test file


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

e448cd10501e6aa78d27ad9341dc16aeec768f21
 l3kernel/testfiles/m3color001.lvt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/testfiles/m3color001.lvt b/l3kernel/testfiles/m3color001.lvt
index 06ccc7dcb..96969e863 100644
--- a/l3kernel/testfiles/m3color001.lvt
+++ b/l3kernel/testfiles/m3color001.lvt
@@ -140,17 +140,17 @@
   {
      \OMIT
      \color_set:nnn { myc } { cmyk } { 0 , 1 , 0.5 , 0 }
-     \color_select:n { myc } abc
+     \color_select:n { myc }
      \TIMO
      \color_show:n { . }
-     \color_select:n { . } abc
+     \color_select:n { . }
      \OMIT
      \color_set:nnn { myrc } { rgb / cmyk }
        { 1 , 0 , 0 / 0 , 1 , 0 , 0 }
-     \color_select:n { myrc } abc
+     \color_select:n { myrc }
      \TIMO
      \color_show:n { . }
-     \color_select:n { . } abc
+     \color_select:n { . }
   }
 
 \TEST { Color~expression~errors }





More information about the latex3-commits mailing list.