[latex3-commits] [git/LaTeX3-latex3-latex2e] gh569: Add test files (c1428c73)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Aug 9 21:59:08 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh569
Link       : https://github.com/latex3/latex2e/commit/c1428c739f05ba1d680d5de82a72b64f1638bc9f

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

commit c1428c739f05ba1d680d5de82a72b64f1638bc9f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Aug 9 16:59:08 2021 -0300

    Add test files


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

c1428c739f05ba1d680d5de82a72b64f1638bc9f
 base/testfiles-ltcmd/github-569b.lvt | 15 +++++++++++++++
 base/testfiles-ltcmd/github-569b.tlg | 26 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/base/testfiles-ltcmd/github-569b.lvt b/base/testfiles-ltcmd/github-569b.lvt
new file mode 100644
index 00000000..f22832f0
--- /dev/null
+++ b/base/testfiles-ltcmd/github-569b.lvt
@@ -0,0 +1,15 @@
+\input{test2e}
+
+\START
+
+\DeclareDocumentCommand\foo{m+oD(){bar}+vm!>{\SplitList{;}}O{b;a;z}t^e{_^}}
+  {\typeout{##1:#1^^J##2:#2^^J##3:#3^^J##4:#4^^J##5:#5^^J##6:#6^^J##7:#7^^J##8:#8^^J##9:#9^^J}}
+
+\ShowCommand\foo
+
+\DeclareExpandableDocumentCommand\foo{moD||{bar}mO{b;a;z}+t^+e{_^}+R(){baz}}
+  {\typeout{##1:#1^^J##2:#2^^J##3:#3^^J##4:#4^^J##5:#5^^J##6:#6^^J##7:#7^^J##8:#8^^J##9:#9^^J}}
+
+\ShowCommand\foo
+
+\END
diff --git a/base/testfiles-ltcmd/github-569b.tlg b/base/testfiles-ltcmd/github-569b.tlg
new file mode 100644
index 00000000..8caf0b0f
--- /dev/null
+++ b/base/testfiles-ltcmd/github-569b.tlg
@@ -0,0 +1,26 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+> \foo=document command:
+> signature=m+oD(){bar}+vm!>{\SplitList {;}}O{b;a;z}t^e{_^}.
+> \foo code (9 parameters):\typeout {##1:#1
+##2:#2
+##3:#3
+##4:#4
+##5:#5
+##6:#6
+##7:#7
+##8:#8
+##9:#9
+}
+> \foo=expandable document command:
+> signature=moD||{bar}mO{b;a;z}+t^+e{_^}+R(){baz}.
+> \foo code (9 parameters):\typeout {##1:#1
+##2:#2
+##3:#3
+##4:#4
+##5:#5
+##6:#6
+##7:#7
+##8:#8
+##9:#9
+}





More information about the latex3-commits mailing list.