[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update function name in test file (892fcaf37)

PhelypeOleinik tex.phelype at gmail.com
Tue Jun 2 21:37:04 CEST 2020


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

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

commit 892fcaf3717290952202b03e53fcd134546c57c9
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Tue Jun 2 16:37:04 2020 -0300

    Update function name in test file


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

892fcaf3717290952202b03e53fcd134546c57c9
 l3kernel/testfiles/m3str-convert003.lvt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3kernel/testfiles/m3str-convert003.lvt b/l3kernel/testfiles/m3str-convert003.lvt
index fae2fed3a..4e8c5c4df 100644
--- a/l3kernel/testfiles/m3str-convert003.lvt
+++ b/l3kernel/testfiles/m3str-convert003.lvt
@@ -1,5 +1,5 @@
 %
-% Copyright (C) 2013,2018,2019 The LaTeX3 Project
+% Copyright (C) 2013,2018,2019,2020 The LaTeX3 Project
 %
 
 \documentclass{minimal}
@@ -17,13 +17,13 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \TESTEXP { str~if~contains~char }
   {
-    \__str_if_contains_char:nNTF
-      { a~b \par # } \c_backslash_str { \ERROR } { \FALSE } ~
-    \__str_if_contains_char:nNTF { a~b \par # } b { \TRUE } { \ERROR } ~
-    \__str_if_contains_char:nNTF
-      { a~b \par # } \c_tilde_str { \ERROR } { \FALSE } ~
-    \__str_if_contains_char:nNTF { } * { \ERROR } { \FALSE } ~
-    \__str_if_contains_char:nNTF { * } * { \TRUE } { \ERROR }
+    \__str_if_contains_char:nnTF
+      { a~b \par # } { \c_backslash_str } { \ERROR } { \FALSE } ~
+    \__str_if_contains_char:nnTF { a~b \par # } { b } { \TRUE } { \ERROR } ~
+    \__str_if_contains_char:nnTF
+      { a~b \par # } { \c_tilde_str } { \ERROR } { \FALSE } ~
+    \__str_if_contains_char:nnTF { } { * } { \ERROR } { \FALSE } ~
+    \__str_if_contains_char:nnTF { * } { * } { \TRUE } { \ERROR }
   }
 
 \END





More information about the latex3-commits mailing list.