[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update test file (b291cd9)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 28 09:16:24 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/b291cd98adef52895cc0d7854ad3ed40cd7d150e

>---------------------------------------------------------------

commit b291cd98adef52895cc0d7854ad3ed40cd7d150e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 28 08:16:24 2018 +0100

    Update test file


>---------------------------------------------------------------

b291cd98adef52895cc0d7854ad3ed40cd7d150e
 l3kernel/testfiles/m3tl-build001.lvt |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/l3kernel/testfiles/m3tl-build001.lvt b/l3kernel/testfiles/m3tl-build001.lvt
index 879bc43..9845adb 100644
--- a/l3kernel/testfiles/m3tl-build001.lvt
+++ b/l3kernel/testfiles/m3tl-build001.lvt
@@ -15,19 +15,19 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \TEST { Building~a~token~list }
   {
-    \__tl_build:Nw \l_tmpa_tl
-      \__tl_build_one:n { # }
-      \__tl_build_one:n { AB }
-      \__tl_build_one:n { \par }
-    \__tl_build_end:
+    \tl_build:Nw \l_tmpa_tl
+      \tl_build_add:n { # }
+      \tl_build_add:n { AB }
+      \tl_build_add:n { \par }
+    \tl_build_end:
     \TYPE { \tl_to_str:N \l_tmpa_tl }
-    \__tl_build_x:Nw \l_tmpa_tl
+    \tl_build_x:Nw \l_tmpa_tl
       \TYPE { \tl_to_str:N \l_tmpa_tl }
-      \__tl_build_one:n { \iow_char:N \\ }
-      \__tl_build_one:n { \c_space_tl }
-      \__tl_build_one:n { ## }
-      \__tl_build_one:n { \par }
-    \__tl_build_end:
+      \tl_build_add:n { \iow_char:N \\ }
+      \tl_build_add:n { \c_space_tl }
+      \tl_build_add:n { ## }
+      \tl_build_add:n { \par }
+    \tl_build_end:
     \TYPE { \tl_to_str:N \l_tmpa_tl }
   }
 





More information about the latex3-commits mailing list