[latex3-commits] [git/LaTeX3-latex3-latex3] master: Various macrocode errors [ci skip] (6fc06f5)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Apr 6 16:01:36 CEST 2018


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

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

commit 6fc06f5339bdbfc607276a3c39059241a5961fd0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 6 15:01:36 2018 +0100

    Various macrocode errors [ci skip]


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

6fc06f5339bdbfc607276a3c39059241a5961fd0
 l3kernel/l3unicode.dtx |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index d22ebd0..b4660cb 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -83,12 +83,12 @@
 %   Set up a private copy of the char-generation primitive.
 %    \begin{macrocode}
       \cs_set_eq:NN \@@_generate:w \utex_char:D
-%    \begin{macrocode}
+%    \end{macrocode}
 % Parse the main Unicode data file for title case exceptions (the one-to-one
 % lower and upper case mappings it contains are all be covered by the \TeX{}
 % data). There are no comments in the main data file so this can be done using
 % a standard mapping and no checks.
-%    \end{macrocode}
+%    \begin{macrocode}
       \ior_open:Nn \g_@@_data_ior { UnicodeData.txt }
       \cs_set_protected:Npn \@@_data_auxi:w
         #1 ; #2 ; #3 ; #4 ; #5 ; #6 ; #7 ; #8 ; #9 ;
@@ -112,14 +112,14 @@
             { \@@_data_auxi:w #1 \q_stop }
         }
       \ior_close:N \g_@@_data_ior
-%    \begin{macrocode}
+%    \end{macrocode}
 % The other data files all use C-style comments so we have to worry about
 % |#| tokens (and reading as strings). The set up for case folding is in two
 % parts. For the basic (core) mappings, folding is the same as lower casing in
 % most positions so only store the differences. For the more complex foldings,
 % always store the result, splitting up the two or three code points in the input
 % as required.
-%    \end{macrocode}
+%    \begin{macrocode}
       \ior_open:Nn \g_@@_data_ior { CaseFolding.txt }
       \cs_set_protected:Npn \@@_data_auxi:w #1 ;~ #2 ;~ #3 ; #4 \q_stop
         {
@@ -157,9 +157,11 @@
             }
         }
       \ior_close:N \g_@@_data_ior
+%    \end{macrocode}
 % For upper and lower casing special situations, there is a bit more to
 % do as we also have title casing to consider, plus we need to stop part-way
 % through the file.
+%    \begin{macrocode}
       \ior_open:Nn \g_@@_data_ior { SpecialCasing.txt }
       \cs_set_protected:Npn \@@_data_auxi:w #1 ;~ #2 ;~ #3 ;~ #4 ; #5 \q_stop
         {





More information about the latex3-commits mailing list