[latex3-commits] [git/LaTeX3-latex3-pdfresources] pdfdictchange: correct argument (18e4724)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Dec 4 11:29:37 CET 2020
Repository : https://github.com/latex3/pdfresources
On branch : pdfdictchange
Link : https://github.com/latex3/pdfresources/commit/18e4724a051a657b383138e4be54601127aca13f
>---------------------------------------------------------------
commit 18e4724a051a657b383138e4be54601127aca13f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Dec 4 11:29:37 2020 +0100
correct argument
>---------------------------------------------------------------
18e4724a051a657b383138e4be54601127aca13f
l3pdfdict.dtx | 2 +-
testfiles/dict_if_empty.lvt | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3pdfdict.dtx b/l3pdfdict.dtx
index bc009a8..9171b70 100644
--- a/l3pdfdict.dtx
+++ b/l3pdfdict.dtx
@@ -576,7 +576,7 @@
% \end{NOTE}
% \begin{macrocode}
%<*package>
-\cs_new:Npn \@@_use:n #1 #2 %#1 dict
+\cs_new:Npn \@@_use:n #1 %#1 dict
{
\prop_map_function:cN { \@@_name:n { #1 } } \__pdf_dict_item:ne
}
diff --git a/testfiles/dict_if_empty.lvt b/testfiles/dict_if_empty.lvt
index 07a504d..22642a3 100644
--- a/testfiles/dict_if_empty.lvt
+++ b/testfiles/dict_if_empty.lvt
@@ -8,9 +8,9 @@
\ExplSyntaxOn
\pdfdict_if_empty:nTF { l_test}{empty}{not empty}\par
-\pdfdict_new:nn {l_test}
+\pdfdict_new:n {l_test}
\pdfdict_if_empty:nTF { l_test}{empty}{not empty}\par
-\pdfdict_put:nnn {test}{key}{value}
+\pdfdict_put:nnn {l_test}{key}{value}
\pdfdict_if_empty:nTF { l_test}{empty}{not empty}\par
\pdfdict_if_empty:nTF { g_Core/Page}{empty}{not empty}\par
More information about the latex3-commits
mailing list.