[latex3-commits] [git/LaTeX3-latex3-latex2e] lthooks2: \DebugHookOn -> \DebugHooksOn \DebugShipoutOn -> \DebugShipoutsOn (dab9da84)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Aug 15 16:47:12 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : lthooks2
Link       : https://github.com/latex3/latex2e/commit/dab9da841b65177e248b5d4be9ae45bdbe25c542

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

commit dab9da841b65177e248b5d4be9ae45bdbe25c542
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Aug 15 16:47:12 2020 +0200

    \DebugHookOn -> \DebugHooksOn
    \DebugShipoutOn -> \DebugShipoutsOn


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

dab9da841b65177e248b5d4be9ae45bdbe25c542
 base/lthooks.dtx                                |  10 +-
 base/ltshipout.dtx                              |  10 +-
 base/testfiles-lthooks-broken/filehook-001.lvt  | 149 ------------------------
 base/testfiles-lthooks-broken/filehook-001.tlg  | 135 ---------------------
 base/testfiles-lthooks/filehook-002.lvt         |   2 +-
 base/testfiles-lthooks/lthooks-000.lvt          |   4 +-
 base/testfiles-lthooks/lthooks-001.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-002.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-003.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-004.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-005.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-006.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-007.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-008.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-009.lvt          |   4 +-
 base/testfiles-lthooks/lthooks-011.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-013.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-016.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-017.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-018.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-019.lvt          |   2 +-
 base/testfiles-lthooks/lthooks-021.lvt          |   2 +-
 base/testfiles-lthooks/shipout-002.lvt          |   2 +-
 base/testfiles-lthooks/shipout-004.lvt          |   2 +-
 base/testfiles-lthooks2/lthooks2-004.lvt        |   2 +-
 base/testfiles-lthooks2/lthooks2-005.lvt        |   2 +-
 base/testfiles-lthooks2/shipout2-004.lvt        |   2 +-
 base/testfiles/github-0356.lvt                  |  19 +++
 base/testfiles/{tlb3473.tlg => github-0356.tlg} |   7 +-
 29 files changed, 59 insertions(+), 321 deletions(-)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 2d1b4b01..3040f52f 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -616,9 +616,9 @@
 %
 % \subsubsection{Debugging hook code}
 %
-% \begin{function}{\DebugHookOn,\DebugHookOff}
+% \begin{function}{\DebugHooksOn,\DebugHooksOff}
 %   \begin{syntax}
-%     \cs{DebugHookOn}
+%     \cs{DebugHooksOn}
 %   \end{syntax}
 %    Turn the debugging of hook code on or off. This displays changes
 %    made to the hook data structures. The output is rather coarse and
@@ -3508,11 +3508,11 @@
 %    \end{macrocode}
 %  \end{macro}
 
-%  \begin{macro}{\DebugHookOn,\DebugHookOff}
+%  \begin{macro}{\DebugHooksOn,\DebugHooksOff}
 %    
 %    \begin{macrocode}
-\cs_new_protected:Npn \DebugHookOn { \hook_debug_on: }
-\cs_new_protected:Npn \DebugHookOff { \hook_debug_off: }
+\cs_new_protected:Npn \DebugHooksOn { \hook_debug_on: }
+\cs_new_protected:Npn \DebugHooksOff { \hook_debug_off: }
 %    \end{macrocode}
 %  \end{macro}
 
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index f9cde05b..67493438 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -318,10 +318,10 @@
 %
 % \subsection{Debugging shipout code}
 %
-% \begin{function}{\DebugShipoutOn,\DebugShipoutOff,
+% \begin{function}{\DebugShipoutsOn,\DebugShipoutsOff,
 %         \shipout_debug_on:,\shipout_debug_off:}
 %   \begin{syntax}
-%     \cs{DebugShipoutOn}
+%     \cs{DebugShipoutsOn}
 %   \end{syntax}
 %    Turn the debugging of shipout code on or off. This displays
 %    changes made to the shipout data structures.  \fmi{This needs
@@ -1306,11 +1306,11 @@
 %  \end{macro}
 
 
-%  \begin{macro}{\DebugShipoutOn,\DebugShipoutOff}
+%  \begin{macro}{\DebugShipoutsOn,\DebugShipoutsOff}
 %    
 %    \begin{macrocode}
-\cs_new_eq:NN \DebugShipoutOn  \shipout_debug_on:
-\cs_new_eq:NN \DebugShipoutOff \shipout_debug_off:
+\cs_new_eq:NN \DebugShipoutsOn  \shipout_debug_on:
+\cs_new_eq:NN \DebugShipoutsOff \shipout_debug_off:
 %    \end{macrocode}
 %  \end{macro}
 
diff --git a/base/testfiles-lthooks-broken/filehook-001.lvt b/base/testfiles-lthooks-broken/filehook-001.lvt
deleted file mode 100644
index dfd1494e..00000000
--- a/base/testfiles-lthooks-broken/filehook-001.lvt
+++ /dev/null
@@ -1,149 +0,0 @@
-% like filehook-ext but testing new implementation
-
-\input{regression-test}
-
-\def\Hook#1{\ifx#1\undefined
-   \typeout{Not defined: \string#1}%
- \else #1{\typeout{\string#1 - code (for \CurrentFile)}}\fi}
-
-\newcommand\NamedHook[2]{\ifx#1\undefined
-   \typeout{Not defined: \string#1{#2}}%
-\else #1{#2}{\typeout{\string#1{#2} - code (for \CurrentFile)}}\fi}
-
-
-\begin{filecontents}{\jobname-x.tex}
-  \typeout{\jobname-x}
-\end{filecontents}
-
-
-\begin{filecontents}{\jobname-pkg.sty}
-  \typeout{\jobname \space package}
-  \AtEndOfPackage{\typeout{LaTeX's end of package hook}}
-\end{filecontents}
-
-\begin{filecontents}{baz.tex}
-  \typeout{baz include}
-\end{filecontents}
-
-\begin{filecontents}{baz with.tex and spaces.tex}
-  \typeout{baz with.tex and spaces included}
-\end{filecontents}
-
-\includeonly{\jobname-x,baz with.tex and spaces,bar}  % baz excluded
-
-% preload this so it is already loaded below
-\RequirePackage{fltrace}
-
-\RequirePackage{lthooks}  % lthooks implements part of filehook.sty so this test has to change when
-                          % that package is updated
-
-\START
-
-\Hook\AtBeginOfEveryFile
-\Hook\AtEndOfEveryFile
-
-\Hook\AtBeginOfFiles
-\Hook\AtEndOfFiles
-
-\Hook\AtBeginOfInputs
-\Hook\AtEndOfInputs
-
-\Hook\AtBeginOfIncludes
-\Hook\AtEndOfIncludes
-\Hook\AfterIncludes
-
-\NamedHook\AtBeginOfFile{\jobname-x.tex}
-\NamedHook\AtEndOfFile{\jobname-x.tex}
-
-\NamedHook\AtBeginOfFile{\jobname-x}         % .tex implicit
-\NamedHook\AtEndOfFile{\jobname-x}           % .tex implicit
-
-\NamedHook\AtBeginOfFile{bar}
-\NamedHook\AtEndOfFile{bar}
-
-\NamedHook\AtBeginOfInputFile{\jobname-x.tex}
-\NamedHook\AtEndOfInputFile{\jobname-x.tex}
-
-\NamedHook\AtBeginOfInputFile{bar.tex}
-\NamedHook\AtEndOfInputFile{bar.tex}
-
-\NamedHook\AtBeginOfIncludeFile{\jobname-x}
-\NamedHook\AtEndOfIncludeFile{\jobname-x}
-\NamedHook\AfterIncludeFile{\jobname-x}
-
-\NamedHook\AtBeginOfIncludeFile{baz with.tex and spaces}
-\NamedHook\AtEndOfIncludeFile{baz with.tex and spaces}
-\NamedHook\AfterIncludeFile{baz with.tex and spaces}
-
-\NamedHook\AtBeginOfIncludeFile{bar}
-\NamedHook\AtEndOfIncludeFile{bar}
-\NamedHook\AfterIncludeFile{bar}
-
-\NamedHook\AtBeginOfPackageFile{fltrace}
-\NamedHook\AtEndOfPackageFile{fltrace}
-
-\NamedHook\AtBeginOfPackageFile{\jobname-pkg}
-\NamedHook\AtEndOfPackageFile{\jobname-pkg}
-
-\NamedHook\AtBeginOfClassFile{article}
-\NamedHook\AtEndOfClassFile{article}
-
-
-\typeout{---------------- \string\documentclass\space  ------------}
-
-\documentclass{article}
-
-
-\typeout{---------------- \string\usepackage\space (already loaded) ------------}
-\usepackage{fltrace}
-
-\typeout{---------------- \string\usepackage\space (new) ------------}
-\usepackage{\jobname-pkg}
-
-
-\typeout{---------------- \string\begin{document}\space ------------}
-
-\begin{document}
-
-\typeout{---------------- \string\include\space ------------}
-\include{\jobname-x}
-
-\typeout{---------------- \string\include\space with space ------------}
-\include{ baz with.tex and spaces }
-
-\typeout{---------------- \string\input\space   ------------}
-\input{\jobname-x}
-
-\typeout{---------------- \string\input\space (missing)  ------------}
-\makeatletter
-\gdef\@missingfileerror#1#2{%
-     \typeout{^^J! LaTeX Error: File `#1.#2' not found.^^J^^J%
-       but for this test we continue ...^^J}%
-     \let\@missingfile at area\@empty
-     \let\@missingfile at base\@empty
-     \def\@missingfile at ext{tex}}
-\makeatother
-\input{\jobname-?? with space}
-
-\typeout{---------------- \string\InputIfFileExists\space ------------}
-\InputIfFileExists{\jobname-x.tex}{\typeout{T}}{\typeout{F}}
-
-\typeout{---------------- \string\InputIfFileExists\space (missing) ------------}
-\InputIfFileExists{bar.tex}{\typeout{T}}{\typeout{F}}
-
-\typeout{---------------- \string\include\space (missing) ------------}
-\include{bar}
-
-\typeout{---------------- \string\include\space (explicitly excluded) ------------}
-\include{baz}
-
-\stop
-
-
-
-
-
-\end{document}
-
-
-
diff --git a/base/testfiles-lthooks-broken/filehook-001.tlg b/base/testfiles-lthooks-broken/filehook-001.tlg
deleted file mode 100644
index 4feff931..00000000
--- a/base/testfiles-lthooks-broken/filehook-001.tlg
+++ /dev/null
@@ -1,135 +0,0 @@
-This is a generated file for the l3build validation system.
-Don't change this file in any respect.
-Not defined: \AtBeginOfFiles
-Not defined: \AtEndOfFiles
-Not defined: \AtBeginOfInputs
-Not defined: \AtEndOfInputs
-Not defined: \AtBeginOfInputFile{filehook-001-x.tex}
-Not defined: \AtEndOfInputFile{filehook-001-x.tex}
-Not defined: \AtBeginOfInputFile{bar.tex}
-Not defined: \AtEndOfInputFile{bar.tex}
----------------- \documentclass ------------
-\AtBeginOfClassFile{article} - code (for article.cls)
-\AtBeginOfEveryFile - code (for article.cls)
-(article.cls
-Document Class: article ....-..-.. v... Standard LaTeX document class
-\AtBeginOfEveryFile - code (for size10.clo)
-(size10.clo
-File: size10.clo ....-..-.. v... Standard LaTeX file (size option)
-)
-\AtEndOfEveryFile - code (for size10.clo)
-\c at part=\count...
-\c at section=\count...
-\c at subsection=\count...
-\c at subsubsection=\count...
-\c at paragraph=\count...
-\c at subparagraph=\count...
-\c at figure=\count...
-\c at table=\count...
-\abovecaptionskip=\skip...
-\belowcaptionskip=\skip...
-\bibindent=\dimen...
-)
-\AtEndOfEveryFile - code (for article.cls)
-\AtEndOfClassFile{article} - code (for article.cls)
----------------- \usepackage (already loaded) ------------
----------------- \usepackage (new) ------------
-\AtBeginOfPackageFile{filehook-001-pkg} - code (for filehook-001-pkg.sty)
-\AtBeginOfEveryFile - code (for filehook-001-pkg.sty)
-(filehook-001-pkg.sty
-filehook-001 package
-)
-\AtEndOfEveryFile - code (for filehook-001-pkg.sty)
-LaTeX's end of package hook
-\AtEndOfPackageFile{filehook-001-pkg} - code (for filehook-001-pkg.sty)
----------------- \begin{document} ------------
-\AtBeginOfEveryFile - code (for l3backend-dvips.def)
-(../l3backend-dvips.def
-File: l3backend-dvips.def ....-..-.. L3 backend support: dvips
-\l__pdf_internal_box=\box...
-\g__pdf_backend_object_int=\count...
-\l__pdf_backend_content_box=\box...
-\l__pdf_backend_model_box=\box...
-\g__pdf_backend_annotation_int=\count...
-\g__pdf_backend_link_int=\count...
-\g__pdf_backend_link_sf_int=\count...
-)
-\AtEndOfEveryFile - code (for l3backend-dvips.def)
-(filehook-001.aux (filehook-001-x.aux) (baz with.tex and spaces.aux)
-(bar.aux)
-No file "baz.aux".
-)
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
----------------- \include ------------
-\AtBeginOfIncludes - code (for filehook-001-x.tex)
-\AtBeginOfIncludeFile{filehook-001-x} - code (for filehook-001-x.tex)
-\AtBeginOfEveryFile - code (for filehook-001-x.tex)
-\AtBeginOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-(filehook-001-x.tex
-filehook-001-x
-)
-\AtEndOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-\AtEndOfEveryFile - code (for filehook-001-x.tex)
-\AtEndOfIncludeFile{filehook-001-x} - code (for filehook-001-x.tex)
-\AtEndOfIncludes - code (for filehook-001-x.tex)
-\AfterIncludeFile{filehook-001-x} - code (for filehook-001-x.tex)
-\AfterIncludes - code (for filehook-001-x.tex)
----------------- \include with space ------------
-\AtBeginOfIncludes - code (for baz with.tex and spaces)
-\AtBeginOfIncludeFile{baz with.tex and spaces} - code (for baz with.tex and spaces)
-\AtBeginOfEveryFile - code (for baz with.tex and spaces.tex)
-(baz with.tex and spaces.tex
-baz with.tex and spaces included
-)
-\AtEndOfEveryFile - code (for baz with.tex and spaces.tex)
-\AtEndOfIncludeFile{baz with.tex and spaces} - code (for baz with.tex and spaces)
-\AtEndOfIncludes - code (for baz with.tex and spaces)
-\AfterIncludeFile{baz with.tex and spaces} - code (for baz with.tex and spaces)
-\AfterIncludes - code (for baz with.tex and spaces)
----------------- \input ------------
-\AtBeginOfEveryFile - code (for filehook-001-x.tex)
-\AtBeginOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-(filehook-001-x.tex
-filehook-001-x
-)
-\AtEndOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-\AtEndOfEveryFile - code (for filehook-001-x.tex)
----------------- \input (missing) ------------
-! LaTeX Error: File `filehook-001-?? with space.tex' not found.
-but for this test we continue ...
-\AtBeginOfEveryFile - code (for .tex)
-(../.tex File ignored)
-\AtEndOfEveryFile - code (for .tex)
----------------- \InputIfFileExists ------------
-T
-\AtBeginOfEveryFile - code (for filehook-001-x.tex)
-\AtBeginOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-(filehook-001-x.tex
-filehook-001-x
-)
-\AtEndOfFile{filehook-001-x.tex} - code (for filehook-001-x.tex)
-\AtEndOfEveryFile - code (for filehook-001-x.tex)
----------------- \InputIfFileExists (missing) ------------
-F
----------------- \include (missing) ------------
-\AtBeginOfIncludes - code (for bar)
-\AtBeginOfIncludeFile{bar} - code (for bar)
-No file bar.tex.
-\AtEndOfIncludeFile{bar} - code (for bar)
-\AtEndOfIncludes - code (for bar)
-\AfterIncludeFile{bar} - code (for bar)
-\AfterIncludes - code (for bar)
----------------- \include (explicitly excluded) ------------
diff --git a/base/testfiles-lthooks/filehook-002.lvt b/base/testfiles-lthooks/filehook-002.lvt
index 7a3368d8..73a90d0f 100644
--- a/base/testfiles-lthooks/filehook-002.lvt
+++ b/base/testfiles-lthooks/filehook-002.lvt
@@ -4,7 +4,7 @@
 
 \START
 
-\DebugHookOn
+\DebugHooksOn
 
 \RequirePackage{structuredlog}
 
diff --git a/base/testfiles-lthooks/lthooks-000.lvt b/base/testfiles-lthooks/lthooks-000.lvt
index 9ac1df10..75d9b995 100644
--- a/base/testfiles-lthooks/lthooks-000.lvt
+++ b/base/testfiles-lthooks/lthooks-000.lvt
@@ -11,8 +11,8 @@
 
 \START
 
-\DebugHookOn
-\DebugShipoutOn
+\DebugHooksOn
+\DebugShipoutsOn
 
 \begin{document}
 
diff --git a/base/testfiles-lthooks/lthooks-001.lvt b/base/testfiles-lthooks/lthooks-001.lvt
index b8ed6d2b..55ca288f 100644
--- a/base/testfiles-lthooks/lthooks-001.lvt
+++ b/base/testfiles-lthooks/lthooks-001.lvt
@@ -7,7 +7,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-002.lvt b/base/testfiles-lthooks/lthooks-002.lvt
index 0e173c2c..e69947b6 100644
--- a/base/testfiles-lthooks/lthooks-002.lvt
+++ b/base/testfiles-lthooks/lthooks-002.lvt
@@ -7,7 +7,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-003.lvt b/base/testfiles-lthooks/lthooks-003.lvt
index 50f36a8a..c24522d4 100644
--- a/base/testfiles-lthooks/lthooks-003.lvt
+++ b/base/testfiles-lthooks/lthooks-003.lvt
@@ -15,7 +15,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-004.lvt b/base/testfiles-lthooks/lthooks-004.lvt
index 6f97bc36..8a3bd068 100644
--- a/base/testfiles-lthooks/lthooks-004.lvt
+++ b/base/testfiles-lthooks/lthooks-004.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-005.lvt b/base/testfiles-lthooks/lthooks-005.lvt
index 3d536f26..9f297155 100644
--- a/base/testfiles-lthooks/lthooks-005.lvt
+++ b/base/testfiles-lthooks/lthooks-005.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-006.lvt b/base/testfiles-lthooks/lthooks-006.lvt
index ab898832..444ad94c 100644
--- a/base/testfiles-lthooks/lthooks-006.lvt
+++ b/base/testfiles-lthooks/lthooks-006.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-007.lvt b/base/testfiles-lthooks/lthooks-007.lvt
index a90da63b..2f342bb7 100644
--- a/base/testfiles-lthooks/lthooks-007.lvt
+++ b/base/testfiles-lthooks/lthooks-007.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-008.lvt b/base/testfiles-lthooks/lthooks-008.lvt
index f851700f..b1179d5b 100644
--- a/base/testfiles-lthooks/lthooks-008.lvt
+++ b/base/testfiles-lthooks/lthooks-008.lvt
@@ -11,7 +11,7 @@
 
 \AtEndDocument{\typeout{legacy before hook code loaded}}
 
-\DebugHookOn
+\DebugHooksOn
 
 \AtEndDocument{\typeout{legacy after hook code loaded code}}
 
diff --git a/base/testfiles-lthooks/lthooks-009.lvt b/base/testfiles-lthooks/lthooks-009.lvt
index c4aa2adc..a6bd1f1a 100644
--- a/base/testfiles-lthooks/lthooks-009.lvt
+++ b/base/testfiles-lthooks/lthooks-009.lvt
@@ -9,8 +9,8 @@
 
 \input{regression-test}
 
-\DebugHookOn
-\DebugShipoutOn
+\DebugHooksOn
+\DebugShipoutsOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-011.lvt b/base/testfiles-lthooks/lthooks-011.lvt
index c515bbf6..9477dcc7 100644
--- a/base/testfiles-lthooks/lthooks-011.lvt
+++ b/base/testfiles-lthooks/lthooks-011.lvt
@@ -7,7 +7,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-013.lvt b/base/testfiles-lthooks/lthooks-013.lvt
index 6a7acfdd..21c273e1 100644
--- a/base/testfiles-lthooks/lthooks-013.lvt
+++ b/base/testfiles-lthooks/lthooks-013.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-016.lvt b/base/testfiles-lthooks/lthooks-016.lvt
index dd4cd774..4d1f1ef3 100644
--- a/base/testfiles-lthooks/lthooks-016.lvt
+++ b/base/testfiles-lthooks/lthooks-016.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-017.lvt b/base/testfiles-lthooks/lthooks-017.lvt
index 6ef4a806..59276983 100644
--- a/base/testfiles-lthooks/lthooks-017.lvt
+++ b/base/testfiles-lthooks/lthooks-017.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-018.lvt b/base/testfiles-lthooks/lthooks-018.lvt
index 9f86fb77..e4e81c14 100644
--- a/base/testfiles-lthooks/lthooks-018.lvt
+++ b/base/testfiles-lthooks/lthooks-018.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \begin{document}
 
diff --git a/base/testfiles-lthooks/lthooks-019.lvt b/base/testfiles-lthooks/lthooks-019.lvt
index af5edc34..c7c5dc32 100644
--- a/base/testfiles-lthooks/lthooks-019.lvt
+++ b/base/testfiles-lthooks/lthooks-019.lvt
@@ -7,7 +7,7 @@
 
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks/lthooks-021.lvt b/base/testfiles-lthooks/lthooks-021.lvt
index 1d8b5309..007046e9 100644
--- a/base/testfiles-lthooks/lthooks-021.lvt
+++ b/base/testfiles-lthooks/lthooks-021.lvt
@@ -10,7 +10,7 @@
 \input{regression-test}
 \START
 
-\DebugHookOn
+\DebugHooksOn
 
 \begin{document}
 
diff --git a/base/testfiles-lthooks/shipout-002.lvt b/base/testfiles-lthooks/shipout-002.lvt
index 2fe485f2..6cb96245 100644
--- a/base/testfiles-lthooks/shipout-002.lvt
+++ b/base/testfiles-lthooks/shipout-002.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugShipoutOn
+\DebugShipoutsOn
 
 \AddToHook{shipout/lastpage}{\typeout{Something in lastpage}}  % force temp page
 
diff --git a/base/testfiles-lthooks/shipout-004.lvt b/base/testfiles-lthooks/shipout-004.lvt
index 01f6eeb3..2be8e118 100644
--- a/base/testfiles-lthooks/shipout-004.lvt
+++ b/base/testfiles-lthooks/shipout-004.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugShipoutOn
+\DebugShipoutsOn
 
 
 \AtEndDvi{\typeout{Last page?}}
diff --git a/base/testfiles-lthooks2/lthooks2-004.lvt b/base/testfiles-lthooks2/lthooks2-004.lvt
index 164c7c56..0cab8eb5 100644
--- a/base/testfiles-lthooks2/lthooks2-004.lvt
+++ b/base/testfiles-lthooks2/lthooks2-004.lvt
@@ -3,7 +3,7 @@
 \documentclass{article}
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks2/lthooks2-005.lvt b/base/testfiles-lthooks2/lthooks2-005.lvt
index 67d74afb..65a04b2e 100644
--- a/base/testfiles-lthooks2/lthooks2-005.lvt
+++ b/base/testfiles-lthooks2/lthooks2-005.lvt
@@ -3,7 +3,7 @@
 \documentclass{article}
 \input{regression-test}
 
-\DebugHookOn
+\DebugHooksOn
 
 \START
 
diff --git a/base/testfiles-lthooks2/shipout2-004.lvt b/base/testfiles-lthooks2/shipout2-004.lvt
index 05efd18a..1e769590 100644
--- a/base/testfiles-lthooks2/shipout2-004.lvt
+++ b/base/testfiles-lthooks2/shipout2-004.lvt
@@ -9,7 +9,7 @@
 
 \input{regression-test}
 
-\DebugShipoutOn
+\DebugShipoutsOn
 
 
 \AtEndDvi{\typeout{Last page?}}
diff --git a/base/testfiles/github-0356.lvt b/base/testfiles/github-0356.lvt
new file mode 100644
index 00000000..51e5ae3a
--- /dev/null
+++ b/base/testfiles/github-0356.lvt
@@ -0,0 +1,19 @@
+% Testfile for Github-iussue 0256
+%
+% This fie tests that \input{} loads a file called .tex instead iof
+% looking foer csnameendcsname.tex
+%
+\begin{filecontents}{.tex}
+\typeout{File .tex loaded}
+\end{filecontents}
+\documentclass{minimal}
+\input{test2e}
+\START
+\AUTHOR{Johannes Braams}
+\FORMAT{LaTeX2e<2020-10-01>}
+\CLASS{minimal}
+\OMIT
+\begin{document}
+\TIMO
+\input{}
+\end{document}
diff --git a/base/testfiles/tlb3473.tlg b/base/testfiles/github-0356.tlg
similarity index 54%
copy from base/testfiles/tlb3473.tlg
copy to base/testfiles/github-0356.tlg
index 754d7a72..c34bb09f 100644
--- a/base/testfiles/tlb3473.tlg
+++ b/base/testfiles/github-0356.tlg
@@ -1,5 +1,8 @@
 This is a generated file for the LaTeX2e validation system.
 Don't change this file in any respect.
-Author: Frank Mittelbach
+Author: Johannes Braams
+Format: LaTeX2e<2020-10-01>
 Main Class: minimal
-LaTeX Warning: \oval, \circle, or \line size unavailable on input line ....
+(.tex
+File .tex loaded
+) (github-0356.aux)





More information about the latex3-commits mailing list.