[latex3-commits] [git/LaTeX3-latex3-latex3] cs-delimited-args: Update test files (64b1cb7ca)
PhelypeOleinik
tex.phelype at gmail.com
Tue Feb 25 23:15:53 CET 2020
Repository : https://github.com/latex3/latex3
On branch : cs-delimited-args
Link : https://github.com/latex3/latex3/commit/64b1cb7ca43c7646680140d900fef40b1ddb4bf3
>---------------------------------------------------------------
commit 64b1cb7ca43c7646680140d900fef40b1ddb4bf3
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Tue Feb 25 19:15:53 2020 -0300
Update test files
>---------------------------------------------------------------
64b1cb7ca43c7646680140d900fef40b1ddb4bf3
l3packages/xparse/testfiles/xparse004.luatex.tlg | 8 +++++++-
l3packages/xparse/testfiles/xparse004.tlg | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/l3packages/xparse/testfiles/xparse004.luatex.tlg b/l3packages/xparse/testfiles/xparse004.luatex.tlg
index 63d130383..19b0133f0 100644
--- a/l3packages/xparse/testfiles/xparse004.luatex.tlg
+++ b/l3packages/xparse/testfiles/xparse004.luatex.tlg
@@ -850,7 +850,13 @@ TEST 28: Non-character token delimiters
============================================================
abc
def
-something/-NoValue-
+LaTeX3 Warning: Since the mandatory argument 'R/r' has the same delimiter '\('
+(LaTeX3) as a previous optional argument, it will not be possible to
+(LaTeX3) omit all optional arguments when calling this command.
+abc/def
+abc/def
+abc/-NoValue-
+-NoValue-/something
============================================================
============================================================
TEST 29: IfBoolean multi token
diff --git a/l3packages/xparse/testfiles/xparse004.tlg b/l3packages/xparse/testfiles/xparse004.tlg
index e8df0d3ca..1359fc492 100644
--- a/l3packages/xparse/testfiles/xparse004.tlg
+++ b/l3packages/xparse/testfiles/xparse004.tlg
@@ -850,7 +850,13 @@ TEST 28: Non-character token delimiters
============================================================
abc
def
-something/-NoValue-
+LaTeX3 Warning: Since the mandatory argument 'R/r' has the same delimiter '\('
+(LaTeX3) as a previous optional argument, it will not be possible to
+(LaTeX3) omit all optional arguments when calling this command.
+abc/def
+abc/def
+abc/-NoValue-
+-NoValue-/something
============================================================
============================================================
TEST 29: IfBoolean multi token
More information about the latex3-commits
mailing list.