From 6dba2e88bb62339edbcfbb8d7060d51218ecc890 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Fri, 10 Jan 2025 22:04:55 +0000 Subject: [PATCH] Refine catcodes returned by v-spec args --- base/changes.txt | 3 +- base/doc/ltnews41.tex | 7 + base/doc/usrguide.tex | 12 +- base/ltcmd.dtx | 38 ++- base/testfiles-ltcmd/github-0876.tlg | 48 ++-- base/testfiles-ltcmd/ltcmd003.lvt | 10 +- base/testfiles-ltcmd/ltcmd003.tlg | 223 +++++++++++++++--- .../lthooks-rollback-args.tlg | 1 + base/testfiles/github-0479-often.luatex.tlg | 1 + base/testfiles/github-0479-often.tlg | 1 + base/testfiles/github-0479-often.xetex.tlg | 1 + ...latexrelease-rollback-003-often.luatex.tlg | 2 + .../tlb-latexrelease-rollback-003-often.tlg | 2 + ...-latexrelease-rollback-003-often.xetex.tlg | 2 + ...atexrelease-rollback-2020-10-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2020-10-01.tlg | 1 + ...latexrelease-rollback-2020-10-01.xetex.tlg | 1 + ...atexrelease-rollback-2021-06-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2021-06-01.tlg | 1 + ...latexrelease-rollback-2021-06-01.xetex.tlg | 1 + ...atexrelease-rollback-2021-11-15.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2021-11-15.tlg | 1 + ...latexrelease-rollback-2021-11-15.xetex.tlg | 1 + ...atexrelease-rollback-2022-06-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2022-06-01.tlg | 1 + ...latexrelease-rollback-2022-06-01.xetex.tlg | 1 + ...atexrelease-rollback-2022-11-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2022-11-01.tlg | 1 + ...latexrelease-rollback-2022-11-01.xetex.tlg | 1 + ...atexrelease-rollback-2023-06-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2023-06-01.tlg | 1 + ...latexrelease-rollback-2023-06-01.xetex.tlg | 1 + ...atexrelease-rollback-2023-11-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2023-11-01.tlg | 1 + ...latexrelease-rollback-2023-11-01.xetex.tlg | 1 + ...atexrelease-rollback-2024-06-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2024-06-01.tlg | 1 + ...latexrelease-rollback-2024-06-01.xetex.tlg | 1 + ...atexrelease-rollback-2024-11-01.luatex.tlg | 1 + .../tlb-latexrelease-rollback-2024-11-01.tlg | 1 + ...latexrelease-rollback-2024-11-01.xetex.tlg | 1 + .../tlb-rollback-004-often.luatex.tlg | 1 + base/testfiles/tlb-rollback-004-often.tlg | 1 + .../tlb-rollback-004-often.xetex.tlg | 1 + base/testfiles/tlb-rollback-005.luatex.tlg | 1 + base/testfiles/tlb-rollback-005.tlg | 1 + base/testfiles/tlb-rollback-005.xetex.tlg | 1 + 47 files changed, 304 insertions(+), 80 deletions(-) diff --git a/base/changes.txt b/base/changes.txt index 51fe304ce..c7c2e9124 100644 --- a/base/changes.txt +++ b/base/changes.txt @@ -6,10 +6,11 @@ to completeness or accuracy and it contains some references to files that are not part of the distribution. ================================================================================ -2025-01-08 Joseph Wright +2025-01-11 Joseph Wright * ltcmd.dtx: Correct catcode of space/tab in v-type arg + Adjust handling of catcodes for letters in v-type arg 2025-01-03 Frank Mittelbach diff --git a/base/doc/ltnews41.tex b/base/doc/ltnews41.tex index ecab2bda7..f5fb00a76 100644 --- a/base/doc/ltnews41.tex +++ b/base/doc/ltnews41.tex @@ -278,6 +278,13 @@ \subsection{Tab character as a special} be used in for example a \texttt{v}~specification document command without additional steps. +\subsection{Refinement of \texttt{v}~specification category codes} + +Work on verbatim argument handling has highlighted that storing +all characters as \enquote{other} (category code~12) when using a +\texttt{v}~specification in \pkg{ltcmd} was problematic. We have now +revised this to capture letters with their original cateogry code. + \subsection{Logging text command and symbol declarations} For thirty years the documentation claimed that \cs{DeclareTextSymbol}, diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex index 2cc0abea6..546bf1459 100644 --- a/base/doc/usrguide.tex +++ b/base/doc/usrguide.tex @@ -43,7 +43,7 @@ \texttt{usrguide.tex} for full details.}% } -\date{2024-11-17} +\date{2025-01-11} \NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}} \NewDocumentCommand\marg{m}{\arg{#1}} @@ -837,10 +837,12 @@ \subsection{Using the verbatim argument types} Some additional details that may be useful for those with more \TeX{} knowledge: do not worry if this does not make sense to you! Spaces and tabs are -stored as active characters. In Unicode engines, all other characters are of -type \enquote{other}. In $8$-bit engines, the ASCII characters other than tab -and space are of type \enquote{other}, and non-ASCII characters are active. As -such, token-based comparisons are likely to fail unless set up properly. +stored as active characters. In $8$-bit engines and non-ASCII characters are +active, whilst other than the letters a--zA--Z, ASCII characters are +\enquote{other}. In Unicode engines, non-ASCII codepoints will be either +letters or \enquote{other}, based on the standard \LaTeX{} settings derived +from Unicode data. As such, token-based comparisons are likely to fail unless +set up properly. \subsection{Typesetting verbatim-like material} diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx index 017767753..6f6124ad3 100644 --- a/base/ltcmd.dtx +++ b/base/ltcmd.dtx @@ -35,7 +35,7 @@ % % \begin{macrocode} \def\ltcmdversion{v1.2g} -\def\ltcmddate{2025-01-08} +\def\ltcmddate{2025-01-11} % \end{macrocode} % %<*driver> @@ -3663,7 +3663,7 @@ % \end{macro} % % \begin{macro}{\@@_grab_v_aux_catcodes:} -% \changes{v1.2g}{2025-01-08}{Store spaces and tabs as active chars} +% \changes{v1.2g}{2025-01-11}{Store spaces and tabs as active chars} % \begin{macro}{\@@_grab_v_aux_abort:n} % The approach for short verbatim arguments is to make the end-line % character a macro parameter character: this is forbidden by the @@ -3720,26 +3720,38 @@ % % \begin{macro}{\@@_grab_v_aux_put:N} % \changes{v1.2d}{2024/03/21}{Collect \cs{endlinechar} as \cs{obeyedline}} -% Storing one token in the collected argument. Most tokens are -% converted to category code $12$, with the exception of active -% characters, and spaces (not sure what should be done for those). +% \changes{v1.2g}{2025-01-11}{Simplify catcode handling} +% Storing one token in the collected argument: everything as-is except +% for end-of-lines, with \cs{exp_not:N} to handle actives. % \begin{macrocode} -%\IncludeInRelease{2024/06/01}{\@@_grab_v_aux_put:N}% -% {Endlines~as~\obeyedline} +%\IncludeInRelease{2025-06-01}{\@@_grab_v_aux_put:N}% +% {Use~more~std~catcodes} \cs_new_protected:Npn \@@_grab_v_aux_put:N #1 { \tl_put_right:Nx \l_@@_v_arg_tl { - \token_if_active:NTF #1 + \int_compare:nNnTF {`#1} = \tex_endlinechar:D + { \exp_not:N \obeyedline } { \exp_not:N #1 } - { - \int_compare:nNnTF {`#1} = \tex_endlinechar:D - { \exp_not:N \obeyedline } - { \token_to_str:N #1 } - } } } %\EndIncludeInRelease +%\IncludeInRelease{2024/06/01}{\@@_grab_v_aux_put:N}% +% {Endlines~as~\obeyedline} +%\cs_new_protected:Npn \@@_grab_v_aux_put:N #1 +% { +% \tl_put_right:Nx \l_@@_v_arg_tl +% { +% \token_if_active:NTF #1 +% { \exp_not:N #1 } +% { +% \int_compare:nNnTF {`#1} = \tex_endlinechar:D +% { \exp_not:N \obeyedline } +% { \token_to_str:N #1 } +% } +% } +% } +%\EndIncludeInRelease %\IncludeInRelease{2020/10/01}{\@@_grab_v_aux_put:N}% % {Endlines~as~\obeyedline} %\cs_new_protected:Npn \@@_grab_v_aux_put:N #1 diff --git a/base/testfiles-ltcmd/github-0876.tlg b/base/testfiles-ltcmd/github-0876.tlg index f49726e63..bc4ae7d0b 100644 --- a/base/testfiles-ltcmd/github-0876.tlg +++ b/base/testfiles-ltcmd/github-0876.tlg @@ -1,48 +1,48 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. The token list contains the tokens: -> b (the character b) -> a (the character a) -> r (the character r) +> b (the letter b) +> a (the letter a) +> r (the letter r) > (active character=macro:-> ) -> b (the character b) -> a (the character a) -> r (the character r). +> b (the letter b) +> a (the letter a) +> r (the letter r). } l. ...bar+ ^^M The token list contains the tokens: > (active character=macro:-> ) -> b (the character b) -> a (the character a) -> r (the character r) +> b (the letter b) +> a (the letter a) +> r (the letter r) > \obeyedline (control sequence=\protected macro:->\par ) -> b (the character b) -> a (the character a) -> r (the character r). +> b (the letter b) +> a (the letter a) +> r (the letter r). } l. ...bar+ ^^M The token list contains the tokens: -> b (the character b) -> a (the character a) -> r (the character r) +> b (the letter b) +> a (the letter a) +> r (the letter r) > \obeyedline (control sequence=\protected macro:->\par ) -> b (the character b) -> a (the character a) -> r (the character r). +> b (the letter b) +> a (the letter a) +> r (the letter r). } l. ...bar+ ^^M The token list contains the tokens: > \obeyedline (control sequence=\protected macro:->\par ) -> b (the character b) -> a (the character a) -> r (the character r) +> b (the letter b) +> a (the letter a) +> r (the letter r) > \obeyedline (control sequence=\protected macro:->\par ) -> b (the character b) -> a (the character a) -> r (the character r). +> b (the letter b) +> a (the letter a) +> r (the letter r). } l. ...bar+ ^^M diff --git a/base/testfiles-ltcmd/ltcmd003.lvt b/base/testfiles-ltcmd/ltcmd003.lvt index ec1ffd22c..f2e945284 100644 --- a/base/testfiles-ltcmd/ltcmd003.lvt +++ b/base/testfiles-ltcmd/ltcmd003.lvt @@ -24,16 +24,10 @@ I~got~'\token_to_str:N\foo \IfBooleanT #1 {*} \IfNoValueF {#2} {[\tl_to_str:n{#2}]} - -#3- + -[See~below]- \tl_to_str:n { {#4} } } - \IfNoValueF {#3} - { - \exp_args:No \tl_if_eq:nnF - { \tl_to_str:n {#3} } - {#3} - {\ERROR} - } + \tl_analysis_show:n {#3} } \foo+\foo+{} \foo+% ^^+^^+ diff --git a/base/testfiles-ltcmd/ltcmd003.tlg b/base/testfiles-ltcmd/ltcmd003.tlg index c7a92e99a..28366e234 100644 --- a/base/testfiles-ltcmd/ltcmd003.tlg +++ b/base/testfiles-ltcmd/ltcmd003.tlg @@ -1,63 +1,207 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. Author: Bruno Le Floch -I got '\foo-\foo-{} -I got '\foo-% ^^-{k} -! Undefined control sequence. - \ERROR +I got '\foo-[See below]-{} +The token list contains the tokens: +> \ (the character \) +> f (the letter f) +> o (the letter o) +> o (the letter o). + } +l. ...\foo+\foo+{} +I got '\foo-[See below]-{k} +The token list contains the tokens: +> % (the character %) +> (active character=macro:-> ) +> ^ (the character ^) +> ^ (the character ^). + } l. ...\foo+% ^^+^^+ -The control sequence at the end of the top line -of your error message was never \def'ed. If you have -misspelled it (e.g., `\hobx'), type `I' and the correct -spelling (e.g., `I\hbox'). Otherwise just continue, -and I'll forget about whatever was undefined. -I got '\foo*-#^^-{&&&} -I got '\foo*-%#^^-{} -I got '\foo*-%^^-{} -I got '\foo[ak]-%-{} -I got '\foo[a]-bcd-{de} +I got '\foo*-[See below]-{&&&} +The token list contains the tokens: +> # (the character #) +> ^ (the character ^) +> ^ (the character ^). + } +l. ...\foo*+#^^+{&&&} +I got '\foo*-[See below]-{} +The token list contains the tokens: +> % (the character %) +> # (the character #) +> ^ (the character ^) +> ^ (the character ^). + } +l. ...\foo**%#^^*{} +I got '\foo*-[See below]-{} +The token list contains the tokens: +> % (the character %) +> ^ (the character ^) +> ^ (the character ^). + } +l. ...\foo*]%^^]{} +I got '\foo[ak]-[See below]-{} +The token list contains the tokens: +> % (the character %). + } +l. ...\foo[a^^+]+%+{} +I got '\foo[a]-[See below]-{de} +The token list contains the tokens: +> b (the letter b) +> c (the letter c) +> d (the letter d). + } +l. ...\use:n {\foo[a]+bcd+{de}} ! LaTeX cmd Error: Verbatim-like command '\foo' illegal in argument. For immediate help type H . ... l. ...\use:n {\foo*+&#~+} The command '\foo' takes a verbatim argument and should therefore normally not be used in arguments of other commands or environments. LaTeX found an illegal token (##) after '+&' and will drop everything up to this point. Expect further (low-level) errors. -I got '\foo*--NoValue--{##} +I got '\foo*-[See below]-{##} +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...\use:n {\foo*+&#~+} ! LaTeX cmd Error: Verbatim-like command '\foo' illegal in argument. For immediate help type H . ... l. ...\use:n {\foo[\ab]+\ab+} The command '\foo' takes a verbatim argument and should therefore normally not be used in arguments of other commands or environments. LaTeX found an illegal token (\ab ) after '+' and will drop everything up to this point. Expect further (low-level) errors. -I got '\foo[\ab ]--NoValue--{\ab } +I got '\foo[\ab ]-[See below]-{\ab } +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...\use:n {\foo[\ab]+\ab+} ! LaTeX cmd Error: Verbatim-like command '\foo' illegal in argument. For immediate help type H . ... l. ...\use:n {\foo\abc\ } The command '\foo' takes a verbatim argument and should therefore normally not be used in arguments of other commands or environments. LaTeX found an illegal token (\abc ) after '' and will drop everything up to this point. Expect further (low-level) errors. -I got '\foo--NoValue--{\abc } +I got '\foo-[See below]-{\abc } +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...\use:n {\foo\abc\ } ! LaTeX cmd Error: Verbatim-like command '\foo' ended by end of line. For immediate help type H . ... l. ...\foo+a The verbatim argument of the command '\foo' cannot contain more than one line, but the end of the current line has been reached. You may have forgotten the closing delimiter. LaTeX will ignore '+a' and you may get some additional (low-level) errors. -I got '\foo--NoValue--{+} -I got '\foo-b-{} -I got '\foo*-c-{} -I got '\foo-%}#${-{} -I got '\foo-%#$|+-{} -I got '\foo-@#${%{$}#}-{} -I got '\foo-{{}}-{} -I got '\foo--{} +I got '\foo-[See below]-{+} +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...+ +I got '\foo-[See below]-{} +The token list contains the tokens: +> b (the letter b). + } +l. ...+b+{} +I got '\foo*-[See below]-{} +The token list contains the tokens: +> c (the letter c). + } +l. ...+c+{} +I got '\foo-[See below]-{} +The token list contains the tokens: +> % (the character %) +> } (the character }) +> # (the character #) +> $ (the character $) +> { (the character {). + } +l. ...\foo|%}#${| {} +I got '\foo-[See below]-{} +The token list contains the tokens: +> % (the character %) +> # (the character #) +> $ (the character $) +> | (the character |) +> + (the character +). + } +l. ...\foo{%#$|+} {} +I got '\foo-[See below]-{} +The token list contains the tokens: +> @ (the letter @) +> # (the character #) +> $ (the character $) +> { (the character {) +> % (the character %) +> { (the character {) +> $ (the character $) +> } (the character }) +> # (the character #) +> } (the character }). + } +l. ...\foo{@#${%{$}#}}{} + %} {} +I got '\foo-[See below]-{} +The token list contains the tokens: +> { (the character {) +> { (the character {) +> } (the character }) +> } (the character }). + } +l. ...\foo{{{}}} {} +I got '\foo-[See below]-{} +The token list is empty +> . + } +l. ...\foo{} {} ! LaTeX cmd Error: Verbatim-like command '\foo' ended by end of line. For immediate help type H . ... l. ...\foo{ The verbatim argument of the command '\foo' cannot contain more than one line, but the end of the current line has been reached. You may have forgotten the closing delimiter. LaTeX will ignore '{' and you may get some additional (low-level) errors. -I got '\foo--NoValue--{} +I got '\foo-[See below]-{} +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...{} ! LaTeX cmd Error: Verbatim-like command '\foo' illegal in argument. For immediate help type H . ... @@ -65,9 +209,30 @@ l. ...\foo# {} The command '\foo' takes a verbatim argument and should therefore normally not be used in arguments of other commands or environments. LaTeX found an illegal token (##) after '' and will drop everything up to this point. Expect further (low-level) errors. -I got '\foo--NoValue--{##} -I got '\foo-%#&\-{} +I got '\foo-[See below]-{##} +The token list contains the tokens: +> - (the letter -) +> N (the letter N) +> o (the letter o) +> V (the letter V) +> a (the letter a) +> l (the letter l) +> u (the letter u) +> e (the letter e) +> - (the character -). + } +l. ...\foo# + {} +I got '\foo-[See below]-{} +The token list contains the tokens: +> % (the character %) +> # (the character #) +> & (the character &) +> \ (the character \). + } +l. ...\halign{#\cr\foo{%#&\}{} + \cr} > ab. } l. ...\halign{#\cr\foo&ab& - \cr} + \cr} diff --git a/base/testfiles-lthooks/lthooks-rollback-args.tlg b/base/testfiles-lthooks/lthooks-rollback-args.tlg index ad28b6c42..dba5c09ca 100644 --- a/base/testfiles-lthooks/lthooks-rollback-args.tlg +++ b/base/testfiles-lthooks/lthooks-rollback-args.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/github-0479-often.luatex.tlg b/base/testfiles/github-0479-often.luatex.tlg index 0a9e768c2..5806b20c7 100644 --- a/base/testfiles/github-0479-often.luatex.tlg +++ b/base/testfiles/github-0479-often.luatex.tlg @@ -128,6 +128,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/github-0479-often.tlg b/base/testfiles/github-0479-often.tlg index e3d413625..a3dd97181 100644 --- a/base/testfiles/github-0479-often.tlg +++ b/base/testfiles/github-0479-often.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/github-0479-often.xetex.tlg b/base/testfiles/github-0479-often.xetex.tlg index 007bdcd5f..b0ca8cdad 100644 --- a/base/testfiles/github-0479-often.xetex.tlg +++ b/base/testfiles/github-0479-often.xetex.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg index e4f1d0f48..9ece027bd 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg @@ -110,6 +110,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... @@ -964,6 +965,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg index 697fc2283..055248c2f 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg @@ -104,6 +104,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... @@ -948,6 +949,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg index 3c2f6b8c5..c70c29734 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg @@ -104,6 +104,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... @@ -957,6 +958,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg index 29d2b271e..200abba12 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg @@ -128,6 +128,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg index f429577a1..845bc9fc5 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg index 20aaf08eb..2f5d33392 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg index 5b7cd9269..7f801d07d 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg @@ -129,6 +129,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg index f7468a171..0bed40e1c 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg index 394c09c4c..cb742c90b 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg index 58fe345a1..54118ada5 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg @@ -129,6 +129,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg index befe48394..55df3b2f7 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg @@ -118,6 +118,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg index 3d1ca649d..2230ded73 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg @@ -118,6 +118,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg index 6d5beb2ff..d7ea16fea 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg index 928b2ac1f..3177378e2 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg index b87ce3ce5..e42d0d56e 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg index e78731750..5f7e38c72 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg index 1f9353eee..1b0a1c056 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg index f932aec29..526d865bd 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg index afa406dd3..0a83ef6d4 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg index ee09bedc8..bbbbc3ea3 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg index 2494117d7..45cd21044 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg index c64792f5d..f8d965c7b 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg index ff9c99bd4..0c3a73a15 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg index ffba8d893..7167a8ebb 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg index 80f843b2f..d88b9ecf4 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg index c879fd291..9a4fe0997 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg index 5df4e4021..091797dec 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg index 5f2fc82c7..b834cf427 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg @@ -130,6 +130,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg index f89ef5d43..512a325de 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg index 737256076..dc226aaef 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg @@ -119,6 +119,7 @@ Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Already applied: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Already applied: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.luatex.tlg b/base/testfiles/tlb-rollback-004-often.luatex.tlg index bca4951f9..a8c337045 100644 --- a/base/testfiles/tlb-rollback-004-often.luatex.tlg +++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg @@ -129,6 +129,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.tlg b/base/testfiles/tlb-rollback-004-often.tlg index 7ad8f8ca4..d0c7349b3 100644 --- a/base/testfiles/tlb-rollback-004-often.tlg +++ b/base/testfiles/tlb-rollback-004-often.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.xetex.tlg b/base/testfiles/tlb-rollback-004-often.xetex.tlg index d43a3db30..9f430ccca 100644 --- a/base/testfiles/tlb-rollback-004-often.xetex.tlg +++ b/base/testfiles/tlb-rollback-004-often.xetex.tlg @@ -118,6 +118,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-005.luatex.tlg b/base/testfiles/tlb-rollback-005.luatex.tlg index 71b22db8e..eeb79c012 100644 --- a/base/testfiles/tlb-rollback-005.luatex.tlg +++ b/base/testfiles/tlb-rollback-005.luatex.tlg @@ -132,6 +132,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-005.tlg b/base/testfiles/tlb-rollback-005.tlg index a1e564f37..ddf048cfe 100644 --- a/base/testfiles/tlb-rollback-005.tlg +++ b/base/testfiles/tlb-rollback-005.tlg @@ -122,6 +122,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line .... diff --git a/base/testfiles/tlb-rollback-005.xetex.tlg b/base/testfiles/tlb-rollback-005.xetex.tlg index 89450bd60..d32b4cc5a 100644 --- a/base/testfiles/tlb-rollback-005.xetex.tlg +++ b/base/testfiles/tlb-rollback-005.xetex.tlg @@ -122,6 +122,7 @@ Skipping: [....-..-..] Support \ShowCommand in ltcmd on input line .... Applying: [....-..-..] Support \ShowCommand in ltcmd on input line .... Skipping: [....-..-..] Active spaces and tabs on input line .... Applying: [....-..-..] Active spaces and tabs on input line .... +Skipping: [....-..-..] Use more std catcodes on input line .... Skipping: [....-..-..] Endlines as \obeyedline on input line .... Applying: [....-..-..] Endlines as \obeyedline on input line .... Skipping: [....-..-..] Trim spaces from envname first on input line ....