[latex3-commits] [git/LaTeX3-latex3-latex3] master: add additional test lines for \token_if_expandable (d871236)
Will Robertson
will at wspr.io
Wed Sep 19 09:11:21 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d871236a338c7b6a7f4437bf0baf1f651245621c
>---------------------------------------------------------------
commit d871236a338c7b6a7f4437bf0baf1f651245621c
Author: Will Robertson <will at wspr.io>
Date: Wed Sep 19 16:41:21 2018 +0930
add additional test lines for \token_if_expandable
>---------------------------------------------------------------
d871236a338c7b6a7f4437bf0baf1f651245621c
l3kernel/testfiles/m3token002.lvt | 3 +++
l3kernel/testfiles/m3token002.tlg | 3 +++
2 files changed, 6 insertions(+)
diff --git a/l3kernel/testfiles/m3token002.lvt b/l3kernel/testfiles/m3token002.lvt
index 9fc354e..34ed963 100644
--- a/l3kernel/testfiles/m3token002.lvt
+++ b/l3kernel/testfiles/m3token002.lvt
@@ -311,6 +311,9 @@
\TESTEXP{token_if_expandable}{
\token_if_expandable:NTF \A {\TRUE}{\FALSE} \NEWLINE
+ \token_if_expandable:NTF \B {\TRUE}{\FALSE} \NEWLINE
+ \token_if_expandable:NTF \C {\TRUE}{\FALSE} \NEWLINE
+ \token_if_expandable:NTF \D {\TRUE}{\FALSE} \NEWLINE
\token_if_expandable:NTF \the {\TRUE}{\FALSE} \NEWLINE
\token_if_expandable:NTF \if:w {\TRUE}{\FALSE} \NEWLINE
\token_if_expandable:NTF A {\TRUE}{\FALSE} \NEWLINE
diff --git a/l3kernel/testfiles/m3token002.tlg b/l3kernel/testfiles/m3token002.tlg
index fbee0af..149dacd 100644
--- a/l3kernel/testfiles/m3token002.tlg
+++ b/l3kernel/testfiles/m3token002.tlg
@@ -308,6 +308,9 @@ TEST 27: token_if_expandable
TRUE
TRUE
TRUE
+TRUE
+TRUE
+TRUE
FALSE
FALSE
FALSE
More information about the latex3-commits
mailing list