[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: avoid requiring tools in test, also explicitly test .ifnot (5094ec9e)

David Carlisle d.p.carlisle at gmail.com
Wed Jun 22 23:46:11 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/5094ec9e3d57299abbd6da335add11ac398cc566

>---------------------------------------------------------------

commit 5094ec9e3d57299abbd6da335add11ac398cc566
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Wed Jun 22 22:46:11 2022 +0100

    avoid requiring tools in test, also explicitly test .ifnot


>---------------------------------------------------------------

5094ec9e3d57299abbd6da335add11ac398cc566
 base/testfiles/github-0872.lvt | 2 +-
 base/testfiles/github-0872.tlg | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/testfiles/github-0872.lvt b/base/testfiles/github-0872.lvt
index 725c81a5..3de51261 100644
--- a/base/testfiles/github-0872.lvt
+++ b/base/testfiles/github-0872.lvt
@@ -1,6 +1,6 @@
 \documentclass{article}
 \input{test2e}
-\usepackage[noprint,hyperref=false,multicol]{doc}
+\usepackage[noprint,hyperref=false,nomulticol]{doc}
 \newcommand\tst[1]{\typeout{\string#1: \meaning#1}}
 \begin{document}
 
diff --git a/base/testfiles/github-0872.tlg b/base/testfiles/github-0872.tlg
index afa1de2d..ce1243d5 100644
--- a/base/testfiles/github-0872.tlg
+++ b/base/testfiles/github-0872.tlg
@@ -3,14 +3,14 @@ Don't change this file in any respect.
 ===
 \ifdoc at noprint: \iftrue
 \ifdoc at hyperref: \iffalse
-\ifdoc at multicol: \iftrue
+\ifdoc at multicol: \iffalse
 \ifdoc at debugshow: \iffalse
 \doc at idxtype: macro:->env.
 \ifdoc at toplevel: \iftrue
 ===
 \ifdoc at noprint: \iftrue
 \ifdoc at hyperref: \iffalse
-\ifdoc at multicol: \iftrue
+\ifdoc at multicol: \iffalse
 \ifdoc at debugshow: \iftrue
 \doc at idxtype: macro:->abc
 \ifdoc at toplevel: \iffalse





More information about the latex3-commits mailing list.