[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Correct titlecase_first end sequence (fca234836)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Dec 7 11:10:30 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : l3text
Link       : https://github.com/latex3/latex3/commit/fca2348361ce3b6871e642a570461e69dcdd35ad

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

commit fca2348361ce3b6871e642a570461e69dcdd35ad
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Dec 7 10:10:30 2019 +0000

    Correct titlecase_first end sequence


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

fca2348361ce3b6871e642a570461e69dcdd35ad
 l3kernel/l3text.dtx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index ec9f5506a..d4603a012 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -1053,7 +1053,10 @@
     {#1} {#2} #3 \q_recursion_stop
   }
 \cs_new:Npn \@@_change_case_break:w #1 \q_recursion_tail \q_recursion_stop
-  { \exp_not:n {#1} }
+  {
+    \@@_change_case_store:n {#1}
+    \@@_change_case_end:w
+  }
 %    \end{macrocode}
 %   For a group, we \emph{could} worry about whether this contains a character
 %   or not. However, that would make life very complex for little gain: exactly





More information about the latex3-commits mailing list