[latex3-commits] [latex3/graphics-def] XC-color: avoid numeric differences in named test (a4264ce)

github at latex-project.org github at latex-project.org
Sat Dec 9 22:12:19 CET 2023


Repository : https://github.com/latex3/graphics-def
On branch  : XC-color
Link       : https://github.com/latex3/graphics-def/commit/a4264ce07f7ca29c08b60d7a4d9a2e16a0677f1f

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

commit a4264ce07f7ca29c08b60d7a4d9a2e16a0677f1f
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Dec 9 21:12:19 2023 +0000

    avoid numeric differences in named test


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

a4264ce07f7ca29c08b60d7a4d9a2e16a0677f1f
 testfiles/xc001.lvt | 4 ++--
 testfiles/xc001.tlg | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/testfiles/xc001.lvt b/testfiles/xc001.lvt
index aaab5eb..b1f1b8d 100644
--- a/testfiles/xc001.lvt
+++ b/testfiles/xc001.lvt
@@ -9,7 +9,7 @@
 \definecolor{cRGB}{RGB}{0,128,0}
 \definecolor{ccmyk}{cmyk}{0,0.5,0.7,0.1}
 \definecolor{cgray}{gray}{0.8}
-\definecolor{cnamed}{named}{Peach}
+\definecolor{cnamed}{named}{Blue}
 
 \usepackage[dvipsnames]{xcolor}
 
@@ -18,7 +18,7 @@
 \definecolor{xcRGB}{RGB}{0,128,0}
 \definecolor{xccmyk}{cmyk}{0,0.5,0.7,0.1}
 \definecolor{xcgray}{gray}{0.8}
-\definecolor{xcnamed}{named}{Peach}
+\definecolor{xcnamed}{named}{Blue}
 
 \START
 \ExplSyntaxOn
diff --git a/testfiles/xc001.tlg b/testfiles/xc001.tlg
index 61dfb4f..df55a22 100644
--- a/testfiles/xc001.tlg
+++ b/testfiles/xc001.tlg
@@ -4,3 +4,4 @@ PASS: rgb
 PASS: RGB
 PASS: cmyk
 PASS: gray
+PASS: named





More information about the latex3-commits mailing list.