[latex3-commits] [l3svn] r6807 - add newline before \START's message
noreply at latex-project.org
noreply at latex-project.org
Sat Dec 31 09:16:31 CET 2016
Author: will
Date: 2016-12-31 09:16:31 +0100 (Sat, 31 Dec 2016)
New Revision: 6807
Modified:
trunk/l3build/l3build.dtx
Log:
add newline before \START's message
LuaTeX's log sometimes (?) puts a ')' at the beginning of a line, which messes the detection of the start of the log to be copied to the tlg file.
This *shouldn't* affect pre-existing tests but I could be mistaken!
Modified: trunk/l3build/l3build.dtx
===================================================================
--- trunk/l3build/l3build.dtx 2016-12-29 09:08:25 UTC (rev 6806)
+++ trunk/l3build/l3build.dtx 2016-12-31 08:16:31 UTC (rev 6807)
@@ -1164,7 +1164,7 @@
% Is this necessary any more? Probably too late to remove it.
% \begin{macrocode}
\def\STARTMESSAGE{This is a generated file for the l3build validation system.}
-\def\START{\LONGTYPEOUT{START-TEST-LOG^^J^^J%
+\def\START{\LONGTYPEOUT{^^JSTART-TEST-LOG^^J^^J%
\STARTMESSAGE%
^^J^^JDon't change this file in any respect.%
^^J^^J}}
More information about the latex3-commits
mailing list