diff --git a/testfiles/xc001.lvt b/testfiles/xc001.lvt index b1f1b8d..15f8d3c 100644 --- a/testfiles/xc001.lvt +++ b/testfiles/xc001.lvt @@ -11,7 +11,17 @@ \definecolor{cgray}{gray}{0.8} \definecolor{cnamed}{named}{Blue} +\START + +% color def +\immediate\write500{ color: \csname\string\color @ccmyk\endcsname} + +\OMIT \usepackage[dvipsnames]{xcolor} +\TIMO + +% color def after xcolor +\immediate\write500{.color: \csname\string\color @ccmyk\endcsname} \definecolor{xcrgb}{rgb}{0,0.5,0} @@ -20,7 +30,10 @@ \definecolor{xcgray}{gray}{0.8} \definecolor{xcnamed}{named}{Blue} -\START +% xcolor def +\immediate\write500{xcolor: \csname\string\color @xccmyk\expandafter\endcsname} + + \ExplSyntaxOn \cs_generate_variant:Nn \tl_analysis_show:N {c} diff --git a/testfiles/xc001.tlg b/testfiles/xc001.tlg index df55a22..7375a11 100644 --- a/testfiles/xc001.tlg +++ b/testfiles/xc001.tlg @@ -1,5 +1,8 @@ This is a generated file for the l3build validation system. Don't change this file in any respect. + color: 0 0.5 0.7 0.1 k 0 0.5 0.7 0.1 K +.color: 0 0.5 0.7 0.1 k 0 0.5 0.7 0.1 K +xcolor: 0 0.5 0.7 0.1 k 0 0.5 0.7 0.1 K PASS: rgb PASS: RGB PASS: cmyk