[latex3-commits] [git/LaTeX3-latex3-latex3] cs-delimited-args: More tests for token-delimited arguments (81343a616)
PhelypeOleinik
tex.phelype at gmail.com
Tue Feb 25 22:41:09 CET 2020
Repository : https://github.com/latex3/latex3
On branch : cs-delimited-args
Link : https://github.com/latex3/latex3/commit/81343a616aa36376a13e6a29efccedd64c650346
>---------------------------------------------------------------
commit 81343a616aa36376a13e6a29efccedd64c650346
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Tue Feb 25 18:41:09 2020 -0300
More tests for token-delimited arguments
>---------------------------------------------------------------
81343a616aa36376a13e6a29efccedd64c650346
l3packages/xparse/testfiles/xparse004.lvt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/l3packages/xparse/testfiles/xparse004.lvt b/l3packages/xparse/testfiles/xparse004.lvt
index 9fd92fddb..68f9bb033 100644
--- a/l3packages/xparse/testfiles/xparse004.lvt
+++ b/l3packages/xparse/testfiles/xparse004.lvt
@@ -456,10 +456,11 @@
\TEST { Non-character~token~delimiters }
{
- \DeclareDocumentCommand { \foo } { d\[\] } { \TYPE {#1} }
- \foo \[abc\]
- \DeclareDocumentCommand { \foo } { r\(\) } { \TYPE {#1} }
- \foo \(def\)
+ \DeclareDocumentCommand { \foo } { d\[\] } { \TYPE {#1} } \foo \[abc\]
+ \DeclareDocumentCommand { \foo } { r\(\) } { \TYPE {#1} } \foo \(def\)
+ \DeclareDocumentCommand { \foo } { d\(\)r\(\) } { \TYPE {#1/#2} } \foo \(abc\) \(def\)
+ \DeclareDocumentCommand { \foo } { r\(\)d\(\) } { \TYPE {#1/#2} } \foo \(abc\) \(def\)
+ \DeclareDocumentCommand { \foo } { r\(\)d\(\) } { \TYPE {#1/#2} } \foo \(abc\)
\DeclareDocumentCommand\foo
{ e {\undefinedFirstArgument\undefinedSecondArgument}}
{ \TYPE {#1/#2} }
More information about the latex3-commits
mailing list.