[latex3-commits] [latex3/l3build] main: Extend \ASSERT docs (3e8067e)
github at latex-project.org
github at latex-project.org
Thu Jan 11 13:51:02 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/3e8067ea3901b5db759f06f46a0eb411331a7568
>---------------------------------------------------------------
commit 3e8067ea3901b5db759f06f46a0eb411331a7568
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jan 11 12:51:02 2024 +0000
Extend \ASSERT docs
>---------------------------------------------------------------
3e8067ea3901b5db759f06f46a0eb411331a7568
l3build.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index e9237e8..f0dfea8 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -987,9 +987,10 @@
% \meta{filename}.
% \item
% \cs{ASSERT}\marg{arg_1}\marg{arg_2} and \cs{ASSERTSTR}\marg{arg_1}\marg{arg_2}
-% assert if the full expansion of \meta{arg_1} and \meta{arg_2} are the same:
-% the \cs{ASSERT} function is token-based,
-% the \cs{ASSERTSTR} works on a string basis.
+% Test if the full expansion of \meta{arg_1} and \meta{arg_2} are the same:
+% on a token basis in \cs{ASSERT} and on a string basis in \cs{ASSERTSTR}.
+% Depending on the outcome, record either \texttt{PASSED} or \texttt{FAILED}
+% in the \texttt{.log}.
% \end{itemize}
% An example of some of these commands is shown following.
% \begin{Verbatim}
More information about the latex3-commits
mailing list.