[latex3-commits] [latex3/l3build] main: Correct defaults of `forcecheckepoch` and `forcedocepoch` in doc (9e45675)
github at latex-project.org
github at latex-project.org
Thu Nov 21 09:33:49 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/9e45675d8fea8b18e7cde268ac2733de33387f14
>---------------------------------------------------------------
commit 9e45675d8fea8b18e7cde268ac2733de33387f14
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Nov 19 06:03:43 2024 +0800
Correct defaults of `forcecheckepoch` and `forcedocepoch` in doc
They are boolean variables but were documented with string defaults.
>---------------------------------------------------------------
9e45675d8fea8b18e7cde268ac2733de33387f14
l3build.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index 33b31f5..6acec0a 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -141,8 +141,8 @@
\luavarset{indexstyle} {"gind.ist"}{MakeIndex style for index creation}
\luavarset{specialtypesetting}{\meta{table}} {Non-standard typesetting combinations}
\luavarseparator
-\luavarset{forcecheckepoch}{"true"} {Force epoch when running tests}
-\luavarset{forcedocepoch} {"false"} {Force epoch when typesetting}
+\luavarset{forcecheckepoch}{true} {Force epoch when running tests}
+\luavarset{forcedocepoch} {false} {Force epoch when typesetting}
\luavarseparator
\luavarset{asciiengines}{\{"pdftex"\}}{Engines which should log as pure ASCII}
\luavarset{checkruns} {1} {Number of runs to complete for a test before comparing the log}
More information about the latex3-commits
mailing list.