[latex3-commits] [git/LaTeX3-latex3-latex3] master: This test should come first (667185a93)
PhelypeOleinik
tex.phelype at gmail.com
Fri May 15 03:50:24 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/667185a93464cfc56572781c1d471bb68a21fe73
>---------------------------------------------------------------
commit 667185a93464cfc56572781c1d471bb68a21fe73
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu May 14 22:50:24 2020 -0300
This test should come first
>---------------------------------------------------------------
667185a93464cfc56572781c1d471bb68a21fe73
l3packages/xparse/xparse.dtx | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index c70043490..e293deb31 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1023,6 +1023,19 @@
%</package>
% \end{macrocode}
%
+% \subsection{Catcode regime check}
+%
+% \begin{macrocode}
+%<*core>
+\if_charcode:w xx
+ \cs_new:Npn \@@_file_end_hook: { }
+\else
+ \ExplSyntaxOn
+ \cs_new:Npn \@@_file_end_hook: { \ExplSyntaxOff }
+\fi:
+%</core>
+% \end{macrocode}
+%
% \subsection{Reload check}
%
% A simple reload check.
@@ -1058,17 +1071,6 @@
% \end{macrocode}
% \end{variable}
%
-% \begin{macrocode}
-%<*core>
-\if_charcode:w xx
- \cs_new:Npn \@@_file_end_hook: { }
-\else
- \ExplSyntaxOn
- \cs_new:Npn \@@_file_end_hook: { \ExplSyntaxOff }
-\fi:
-%</core>
-% \end{macrocode}
-%
% \begin{variable}{\l_@@_arg_spec_tl}
% Holds the argument specification after normalization of shorthands.
% \begin{macrocode}
More information about the latex3-commits
mailing list.