[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: adapt show test to new names (6c32841)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Dec 7 10:37:05 CET 2020
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/6c32841d4580931aac414472c4fa91f433245924
>---------------------------------------------------------------
commit 6c32841d4580931aac414472c4fa91f433245924
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Dec 7 10:37:05 2020 +0100
adapt show test to new names
>---------------------------------------------------------------
6c32841d4580931aac414472c4fa91f433245924
testfiles/show.lvt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testfiles/show.lvt b/testfiles/show.lvt
index 7819095..70dcdc6 100644
--- a/testfiles/show.lvt
+++ b/testfiles/show.lvt
@@ -9,14 +9,14 @@
\showoutput
abbb
\ExplSyntaxOn
-\pdfdict_show:n{g_Core/Catalog}
-\pdfdict_show:n{g_Core/Info}
+\pdfdict_show:n{g__pdf_Core/Catalog}
+\pdfdict_show:n{g__pdf_Core/Info}
\pdfdict_new:n { l_Core/Catalog}
\pdfdict_put:nnn{l_Core/Catalog}{abc }{blub}
\pdfdict_show:n{l_Core/Catalog}
\pdfmanagement_show:n{Catalog}
\pdfdict_show:n{blub}
\pdfdict_if_exist:nTF { l_blub}{true}{false}
-\pdfdict_if_exist:nTF { g_Core/Info}{true}{false}
+\pdfdict_if_exist:nTF { g__pdf_Core/Info}{true}{false}
\ExplSyntaxOff
\end{document}
More information about the latex3-commits
mailing list.