summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx')
-rw-r--r--Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx21
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx b/Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx
index 9b40a4ef139..35e9a3b937a 100644
--- a/Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx
+++ b/Master/texmf-dist/source/latex/pdfmanagement-testphase/l3pdfmeta.dtx
@@ -50,7 +50,7 @@
% }^^A
% }
%
-% \date{Version 0.95l, released 2022-02-16}
+% \date{Version 0.95m, released 2022-03-17}
%
% \maketitle
% \begin{documentation}
@@ -332,6 +332,17 @@
% The pdf/A standards will use |A=sRGB.icc| by default, so this doesn't
% need to be declared explicitly.
%
+% \subsection{Regression tests}
+% When doing regression tests one has to set various metadata to fix values.
+
+% \begin{function}{\pdfmeta_set_regression_data:}
+% \begin{syntax}
+% \cs{pdfmeta_set_regression_data:}
+% \end{syntax}
+% This sets various metadata to values needed by the \LaTeX{}
+% regression tests.
+% It also sets the seed for random functions.
+% \end{function}
%
% \end{documentation}
%
@@ -342,7 +353,7 @@
% \begin{macrocode}
%<@@=pdfmeta>
%<*header>
-\ProvidesExplPackage{l3pdfmeta}{2022-02-16}{0.95l}
+\ProvidesExplPackage{l3pdfmeta}{2022-03-17}{0.95m}
{PDF-Standards---LaTeX PDF management testphase bundle}
%</header>
% \end{macrocode}
@@ -875,6 +886,12 @@
}
% \end{macrocode}
%
+% \subsection{Regression test}
+% This is simply a copy of the backend function.
+% \begin{macrocode}
+\cs_new_protected:Npn \pdfmeta_set_regression_data:
+ { \__pdf_backend_set_regression_data: }
+% \end{macrocode}
% \begin{macrocode}
%</package>
% \end{macrocode}