[latex3-commits] [git/LaTeX3-latex3-latex3] tl-token: Test file updates (0e1defc)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Feb 15 09:37:18 CET 2019
Repository : https://github.com/latex3/latex3
On branch : tl-token
Link : https://github.com/latex3/latex3/commit/0e1defc160c565d5b1f5896460264a33f1b4b144
>---------------------------------------------------------------
commit 0e1defc160c565d5b1f5896460264a33f1b4b144
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Feb 15 08:37:18 2019 +0000
Test file updates
>---------------------------------------------------------------
0e1defc160c565d5b1f5896460264a33f1b4b144
l3kernel/testfiles/m3tl007.lvt | 35 -----------------------------------
l3kernel/testfiles/m3tl007.tlg | 24 ++----------------------
l3kernel/testfiles/m3tl009.lvt | 2 --
l3kernel/testfiles/m3tl009.tlg | 6 ------
4 files changed, 2 insertions(+), 65 deletions(-)
diff --git a/l3kernel/testfiles/m3tl007.lvt b/l3kernel/testfiles/m3tl007.lvt
index 1eb2237..3d6e7d5 100644
--- a/l3kernel/testfiles/m3tl007.lvt
+++ b/l3kernel/testfiles/m3tl007.lvt
@@ -21,23 +21,6 @@
\cs_set_protected:Npn \test_f:n { \exp_args:Nf \test_aux:n }
\TIMO
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\TEST{tl_reverse_tokens}{
- \test:n { \tl_reverse_tokens:n { } }
- \test:n { \tl_reverse_tokens:n {abc} }
- \test:n { \tl_reverse_tokens:n {a~\bc} }
- \use:x
- {
- \test:n
- {
- \exp_not:N \tl_reverse_tokens:n
- { a ~ \use:n {~} \exp_not:N \b \c_space_tl }
- }
- }
- \test:n { \tl_reverse_tokens:n { { } } }
- \test:n { \tl_reverse_tokens:n { a ~ { \b { { } c } D # & \if_false: } } }
-}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -59,24 +42,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\TEST{tl_count_tokens}{
- \test_f:n { \tl_count_tokens:n { } }
- \test_f:n { \tl_count_tokens:n {a\bc} }
- \test_f:n { \tl_count_tokens:n {a~\bc} }
- \use:x
- {
- \test_f:n
- {
- \exp_not:N \tl_count_tokens:n
- { a ~ \use:n {~} \exp_not:N \b \c_space_tl }
- }
- }
- \test_f:n { \tl_count_tokens:n { { } } }
- \test_f:n { \tl_count_tokens:n { a ~ { \b { { } c } D # & \if_false: } } }
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\TEST{tl_reverse_items}{
\test_f:n { \tl_reverse_items:n { } }
\test_f:n { \tl_reverse_items:n {a\bc} }
diff --git a/l3kernel/testfiles/m3tl007.tlg b/l3kernel/testfiles/m3tl007.tlg
index c258faf..6be5c52 100644
--- a/l3kernel/testfiles/m3tl007.tlg
+++ b/l3kernel/testfiles/m3tl007.tlg
@@ -2,17 +2,7 @@ This is a generated file for the LaTeX (2e + expl3) validation system.
Don't change this file in any respect.
Author: Bruno Le Floch
============================================================
-TEST 1: tl_reverse_tokens
-============================================================
-||
-|cba|
-|\bc a|
-| \b a|
-|{}|
-|{\if_false: &##D{c{}}\b } a|
-============================================================
-============================================================
-TEST 2: tl_reverse
+TEST 1: tl_reverse
============================================================
||
|\bc a|
@@ -22,17 +12,7 @@ TEST 2: tl_reverse
|{\b {{}c}D##&\if_false: } a|
============================================================
============================================================
-TEST 3: tl_count_tokens
-============================================================
-|0|
-|2|
-|3|
-|5|
-|2|
-|14|
-============================================================
-============================================================
-TEST 4: tl_reverse_items
+TEST 2: tl_reverse_items
============================================================
||
|{\bc }{a}|
diff --git a/l3kernel/testfiles/m3tl009.lvt b/l3kernel/testfiles/m3tl009.lvt
index eaa16b9..34af1c4 100644
--- a/l3kernel/testfiles/m3tl009.lvt
+++ b/l3kernel/testfiles/m3tl009.lvt
@@ -199,11 +199,9 @@
\vbox_set:Nn \l_test_box
{
\tex_halign:D { \TYPE{0} # \TYPE{2} & \TYPE{3} # \TYPE{4} \tex_cr:D
- \TYPE{1} \tl_count_tokens:n { & \tex_cr:D }
\tl_log:N \l_A_tl
\tl_log:n { & \tex_cr:D }
\tex_cr:D
- \TYPE{1} \tl_reverse_tokens:n { \tex_cr:D & }
\TYPE{1} \tl_reverse:n { \tex_cr:D & }
}
}
diff --git a/l3kernel/testfiles/m3tl009.tlg b/l3kernel/testfiles/m3tl009.tlg
index 76be132..4152dc5 100644
--- a/l3kernel/testfiles/m3tl009.tlg
+++ b/l3kernel/testfiles/m3tl009.tlg
@@ -93,7 +93,6 @@ FALSE
TEST 8: tl advanced tests
============================================================
0
-1
> \l_A_tl=&\tex_cr:D .
> &\tex_cr:D .
2
@@ -102,11 +101,6 @@ TEST 8: tl advanced tests
2
3
4
-0
-1
-2
-3
-4
============================================================
============================================================
TEST 9: tl if in
More information about the latex3-commits
mailing list