Skip to content

Commit

Permalink
avoid numeric differences in named test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Dec 9, 2023
1 parent 6664150 commit a4264ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testfiles/xc001.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions testfiles/xc001.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ PASS: rgb
PASS: RGB
PASS: cmyk
PASS: gray
PASS: named

0 comments on commit a4264ce

Please sign in to comment.