[latex3-commits] [git/LaTeX3-latex3-latex3] main: (no branch): (06d7a338b)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 20 08:33:51 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/06d7a338bb26e98e35c6417a204160ecb1b3dea0

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

commit 06d7a338bb26e98e35c6417a204160ecb1b3dea0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 20 07:33:51 2022 +0000

    (no branch):


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

06d7a338bb26e98e35c6417a204160ecb1b3dea0
 l3kernel/l3color.dtx | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index c6c8eb326..b4dab46a7 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -820,15 +820,19 @@
       { \tl_set:Nx #2 { {#1} { \l_@@_value_tl } } }
       {
         \tl_set_eq:Nc \l_@@_model_tl { l_@@_named_ #3 _tl }
-        \prop_get:cVN { l_@@_named_ #3 _prop } \l_@@_model_tl
+        \prop_get:cVNTF { l_@@_named_ #3 _prop } \l_@@_model_tl
           \l_@@_value_tl
-         \@@_convert:nnN
-           \l_@@_model_tl {#1} \l_@@_value_tl
-        \tl_set:Nx #2
           {
-            {#1}
-            { \l_@@_value_tl }
-          }
+            \@@_convert:nnN
+              \l_@@_model_tl {#1} \l_@@_value_tl
+            \tl_set:Nx #2
+              {
+                {#1}
+                { \l_@@_value_tl }
+              }
+           }
+           {
+           }
       }
   }
 \cs_new_protected:Npn \@@_parse:Nw #1#2 ! #3 \s_@@_stop





More information about the latex3-commits mailing list.