[latex3-commits] [l3svn] 04/04: First l3color-extra test
noreply at latex-project.org
noreply at latex-project.org
Wed Oct 11 09:45:41 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 5a6857182064321b12c2d29afb41ca0f87d32f84
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 11 08:44:40 2017 +0100
First l3color-extra test
Doesn't do much yet but at least runs without an error.
Need some type of 'show' function: probably will involve converting
values back to a comma list.
---
l3trial/l3color-extra/testfiles/m3color-extra001.lvt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/l3trial/l3color-extra/testfiles/m3color-extra001.lvt b/l3trial/l3color-extra/testfiles/m3color-extra001.lvt
index ab2e593..171d94f 100644
--- a/l3trial/l3color-extra/testfiles/m3color-extra001.lvt
+++ b/l3trial/l3color-extra/testfiles/m3color-extra001.lvt
@@ -14,5 +14,10 @@
\AUTHOR{Joseph Wright}
\ExplSyntaxOn
-
+
+\TEST { Naming~colors~by~model }
+ {
+ \color_set:nnn { foo1 } { cmyk } { 0.1 , 0.2 , 0.3 , 0.4 }
+ }
+
\END
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list