[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update test files (7535faa)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 14 23:59:09 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/7535faa162be82fa088f8866806698314180fc4a
>---------------------------------------------------------------
commit 7535faa162be82fa088f8866806698314180fc4a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 14 22:57:30 2019 +0100
Update test files
Due to d2cb4dad2b8250672575d1af294d12de2b3cc82b.
>---------------------------------------------------------------
7535faa162be82fa088f8866806698314180fc4a
l3experimental/l3color/testfiles/m3color001.ptex.tlg | 8 ++++----
l3experimental/l3color/testfiles/m3color001.tlg | 8 ++++----
l3experimental/l3color/testfiles/m3color001.uptex.tlg | 8 ++++----
l3experimental/l3color/testfiles/m3color001.xetex.tlg | 8 ++++----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/l3experimental/l3color/testfiles/m3color001.ptex.tlg b/l3experimental/l3color/testfiles/m3color001.ptex.tlg
index 16a754f..f309762 100644
--- a/l3experimental/l3color/testfiles/m3color001.ptex.tlg
+++ b/l3experimental/l3color/testfiles/m3color001.ptex.tlg
@@ -47,7 +47,7 @@ TEST 3: Naming colors by expression
============================================================
The color foo1 has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color foo2 has the properties:
@@ -229,17 +229,17 @@ The color unknown is undefined.
l. ... }
The color black has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color red has the properties:
> model => rgb
-> value => 1, 0, 0.
+> value => 1.0, 0.0, 0.0.
<recently read> }
l. ... }
The color cyan has the properties:
> model => cmyk
-> value => 1, 0, 0, 0.
+> value => 1.0, 0.0, 0.0, 0.0.
<recently read> }
l. ... }
============================================================
diff --git a/l3experimental/l3color/testfiles/m3color001.tlg b/l3experimental/l3color/testfiles/m3color001.tlg
index 0141eb0..f929314 100644
--- a/l3experimental/l3color/testfiles/m3color001.tlg
+++ b/l3experimental/l3color/testfiles/m3color001.tlg
@@ -47,7 +47,7 @@ TEST 3: Naming colors by expression
============================================================
The color foo1 has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color foo2 has the properties:
@@ -229,17 +229,17 @@ The color unknown is undefined.
l. ... }
The color black has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color red has the properties:
> model => rgb
-> value => 1, 0, 0.
+> value => 1.0, 0.0, 0.0.
<recently read> }
l. ... }
The color cyan has the properties:
> model => cmyk
-> value => 1, 0, 0, 0.
+> value => 1.0, 0.0, 0.0, 0.0.
<recently read> }
l. ... }
============================================================
diff --git a/l3experimental/l3color/testfiles/m3color001.uptex.tlg b/l3experimental/l3color/testfiles/m3color001.uptex.tlg
index 16a754f..f309762 100644
--- a/l3experimental/l3color/testfiles/m3color001.uptex.tlg
+++ b/l3experimental/l3color/testfiles/m3color001.uptex.tlg
@@ -47,7 +47,7 @@ TEST 3: Naming colors by expression
============================================================
The color foo1 has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color foo2 has the properties:
@@ -229,17 +229,17 @@ The color unknown is undefined.
l. ... }
The color black has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color red has the properties:
> model => rgb
-> value => 1, 0, 0.
+> value => 1.0, 0.0, 0.0.
<recently read> }
l. ... }
The color cyan has the properties:
> model => cmyk
-> value => 1, 0, 0, 0.
+> value => 1.0, 0.0, 0.0, 0.0.
<recently read> }
l. ... }
============================================================
diff --git a/l3experimental/l3color/testfiles/m3color001.xetex.tlg b/l3experimental/l3color/testfiles/m3color001.xetex.tlg
index 16a754f..f309762 100644
--- a/l3experimental/l3color/testfiles/m3color001.xetex.tlg
+++ b/l3experimental/l3color/testfiles/m3color001.xetex.tlg
@@ -47,7 +47,7 @@ TEST 3: Naming colors by expression
============================================================
The color foo1 has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color foo2 has the properties:
@@ -229,17 +229,17 @@ The color unknown is undefined.
l. ... }
The color black has the properties:
> model => gray
-> value => 0.
+> value => 0.0.
<recently read> }
l. ... }
The color red has the properties:
> model => rgb
-> value => 1, 0, 0.
+> value => 1.0, 0.0, 0.0.
<recently read> }
l. ... }
The color cyan has the properties:
> model => cmyk
-> value => 1, 0, 0, 0.
+> value => 1.0, 0.0, 0.0, 0.0.
<recently read> }
l. ... }
============================================================
More information about the latex3-commits
mailing list