Skip to content

Commit

Permalink
s/STARTTEST/BEGINTEST/g (see #15)
Browse files Browse the repository at this point in the history
Hopefully this will make Bruno happy: names now similar to
\begingroup/\endgroup.
  • Loading branch information
josephwright committed Jun 30, 2017
1 parent 76ac646 commit 82a0247
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions l3build.dtx
Expand Up @@ -777,7 +777,7 @@
% \item
% TODO: would a \cs{TESTFEXP} command (based on \cs{romannumeral} expansion) be useful as well?
% \item
% \cs{STARTTEST}\marg{title} \dots \cs{ENDTEST} is an environment form of
% \cs{BEGINTEST}\marg{title} \dots \cs{ENDTEST} is an environment form of
% \cs{TEST}, allowing verbatim material, \emph{etc.} to appear.
% \end{itemize}
% An example of some of these commands is shown following.
Expand Down Expand Up @@ -1508,7 +1508,7 @@
% \begin{macro}
% {
% \SEPARATOR,
% \STARTTEST,
% \BEGINTEST,
% \ENDTEST,
% \TEST,
% \TESTEXP,
Expand All @@ -1526,7 +1526,7 @@
============================================================%
}%
}
\protected\long\def\STARTTEST#1{%
\protected\long\def\BEGINTEST#1{%
\global\advance\gTESTint by 1 %
\SEPARATOR
\LONGTYPEOUT{TEST \the\gTESTint: \detokenize{#1}}%
Expand All @@ -1541,12 +1541,12 @@
\LONGTYPEOUT{}%
}
\long\def\TEST#1#2{%
\STARTTEST{#1}%
\BEGINTEST{#1}%
#2%
\ENDTEST
}
\long\def\TESTEXP#1#2{%
\STARTTEST{#1}%
\BEGINTEST{#1}%
\LONGTYPEOUT{#2}%
\ENDTEST
}
Expand Down

0 comments on commit 82a0247

Please sign in to comment.