Skip to content

Commit

Permalink
Suggest a way to test entire pages (see #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 30, 2017
1 parent f66433d commit e073ef3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions l3build.dtx
Expand Up @@ -920,6 +920,22 @@
% \label{fig:box-log}
% \end{figure}
%
% \subsection{Testing entire pages}
%
% There may be occasions where creating entire test pages is necessary
% to observe the test output required. That is best achieved by applying
% \cs{showoutput} and forcing a complete page to be produced, for example
% \begin{Verbatim}[frame=single,fontsize=\small]
% \input{regression-test.tex}
% \documentclass{article}
% \usepackage{expl3}
% \START
% \showoutput
% % Test content here
% \vfil\break
% \END
% \end{Verbatim}
%
% \subsection{Additional test tasks}
%
% A standard test will run the file \texttt{\meta{name}.lvt} using one
Expand Down

0 comments on commit e073ef3

Please sign in to comment.