[latex3-commits] [l3svn] 07/10: l3build: More tidying

noreply at latex-project.org noreply at latex-project.org
Thu Jun 22 16:53:29 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit d6d12c5a195b0fd36e7def0b9790ace0906bd3fb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 22 14:06:54 2017 +0100

    l3build: More tidying
---
 l3build/l3build.dtx |   25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index f46a317..bee8a95 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1455,28 +1455,34 @@
 %
 % \subsection{Formatting the \texttt{.log} file}
 %
-% We are not starved for space in the log file output, so let's make it as
-% verbose as is useful when reading the |.diff|'s.
+% \begin{macro}{\gTESTint}
+%   For tracking the total number of tests.
+%    \begin{macrocode}
+\newcount\gTESTint
+%     \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}
+%   {\SEPARATOR, \TEST, \TESTEXP, \TRUE, \FALSE, \YES, \NO, \NEWLINE}
+%   We are not starved for space in the log file output, so let's make it as
+%   verbose as is useful when reading the |.diff|'s.
 %    \begin{macrocode}
-\newcount \gTESTint
 \def\SEPARATOR{%
   \TYPE{%
     ============================================================%
   }%
 }
-%    \end{macrocode}
-%    \begin{macrocode}
 \long\def\TEST#1#2{%
-  \advance \gTESTint 1 %
+  \advance\gTESTint by 1 %
   \SEPARATOR
-  \LONGTYPEOUT{%
-    TEST \the\gTESTint: \detokenize{#1}}%
+  \LONGTYPEOUT{TEST \the\gTESTint: \detokenize{#1}}%
   \SEPARATOR
   \begingroup
     \let\TYPE\LONGTYPEOUT
     #2%
   \endgroup
-  \SEPARATOR \LONGTYPEOUT{}%
+  \SEPARATOR
+  \LONGTYPEOUT{}%
 }
 \long\def\TESTEXP#1#2{%
   \advance \gTESTint 1 %
@@ -1497,6 +1503,7 @@
 \def \NO    {\TYPE{NO}}
 \def \NEWLINE {\TYPE{^^J}}
 %    \end{macrocode}
+% \end{macro}
 %
 % \subsection{Suppressing variable data in output}
 %

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list