[latex3-commits] [git/LaTeX3-latex3-latex3] cs-delimited-args: Update test files -e luatex (38f82d48d)
PhelypeOleinik
tex.phelype at gmail.com
Tue Feb 25 18:26:40 CET 2020
Repository : https://github.com/latex3/latex3
On branch : cs-delimited-args
Link : https://github.com/latex3/latex3/commit/38f82d48dafc4bdeb7bbc531e2ee030cb5c3e47f
>---------------------------------------------------------------
commit 38f82d48dafc4bdeb7bbc531e2ee030cb5c3e47f
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Tue Feb 25 14:26:40 2020 -0300
Update test files -e luatex
>---------------------------------------------------------------
38f82d48dafc4bdeb7bbc531e2ee030cb5c3e47f
l3packages/xparse/testfiles/xparse004.luatex.tlg | 28 ++++++++----------------
1 file changed, 9 insertions(+), 19 deletions(-)
diff --git a/l3packages/xparse/testfiles/xparse004.luatex.tlg b/l3packages/xparse/testfiles/xparse004.luatex.tlg
index 113ee8849..5cb8362bb 100644
--- a/l3packages/xparse/testfiles/xparse004.luatex.tlg
+++ b/l3packages/xparse/testfiles/xparse004.luatex.tlg
@@ -145,30 +145,30 @@ pieces of information were missing.
LaTeX will ignore this entire definition.
> \foo=undefined.
! LaTeX3 Error: Argument delimiter 'oh' for the command '\foo' should be a
-(LaTeX3) single character.
+(LaTeX3) single token.
For immediate help type H <return>.
...
l. ... }
The argument specification provided was not valid: in a place where a single
-character is required, LaTeX found 'oh'.
+token is required, LaTeX found 'oh'.
LaTeX will ignore this entire definition.
> \foo=undefined.
! LaTeX3 Error: Argument delimiter '' for the command '\foo' should be a
-(LaTeX3) single character.
+(LaTeX3) single token.
For immediate help type H <return>.
...
l. ... }
The argument specification provided was not valid: in a place where a single
-character is required, LaTeX found ''.
+token is required, LaTeX found ''.
LaTeX will ignore this entire definition.
> \foo=undefined.
! LaTeX3 Error: Argument delimiter '{Y}' for the command '\foo' should be a
-(LaTeX3) single character.
+(LaTeX3) single token.
For immediate help type H <return>.
...
l. ... }
The argument specification provided was not valid: in a place where a single
-character is required, LaTeX found '{Y}'.
+token is required, LaTeX found '{Y}'.
LaTeX will ignore this entire definition.
> \foo=undefined.
! LaTeX3 Error: Bad argument specification '+>{\ReverseBoolean }' for command
@@ -629,12 +629,12 @@ The letter 'abc' does not specify a known argument type.
LaTeX will ignore this entire definition.
undefined
! LaTeX3 Error: Argument delimiter 'abc' for the command '\foo' should be a
-(LaTeX3) single character.
+(LaTeX3) single token.
For immediate help type H <return>.
...
l. ... }
The argument specification provided was not valid: in a place where a single
-character is required, LaTeX found 'abc'.
+token is required, LaTeX found 'abc'.
LaTeX will ignore this entire definition.
undefined
! LaTeX3 Error: Bad argument specification 'D{abc}{def}' for command '\foo'.
@@ -783,8 +783,6 @@ TEST 21: Expandable e-type argument definitions
============================================================
TEST 22: Long status of t-type ignored
============================================================
-LaTeX3 Warning: Argument delimiter '\par ' for the command '\foo' should be a
-(LaTeX3) single character.
|\BooleanTrue |\BooleanTrue |\par |\par |
|\BooleanFalse |\BooleanTrue |-NoValue-|\par \A |
Runaway argument?
@@ -850,15 +848,7 @@ Defining \CountArg on line ...
============================================================
TEST 28: Non-character token delimiters
============================================================
-LaTeX3 Warning: Argument delimiter '\[' for the command '\foo' should be a
-(LaTeX3) single character.
-LaTeX3 Warning: Argument delimiter '\]' for the command '\foo' should be a
-(LaTeX3) single character.
-[abc
-LaTeX3 Warning: Argument delimiter '\undefinedFirstArgument ' for the command
-(LaTeX3) '\foo' should be a single character.
-LaTeX3 Warning: Argument delimiter '\undefinedSecondArgument ' for the command
-(LaTeX3) '\foo' should be a single character.
+abc
something/-NoValue-
============================================================
============================================================
More information about the latex3-commits
mailing list.