[latex3-commits] [git/LaTeX3-latex3-latex2e] gh444: use different test (6d2e6499)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Jan 6 13:08:18 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh444
Link : https://github.com/latex3/latex2e/commit/6d2e6499bd3d369df4d1c7725015e48073cd9ae1
>---------------------------------------------------------------
commit 6d2e6499bd3d369df4d1c7725015e48073cd9ae1
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Jan 6 13:08:18 2021 +0100
use different test
>---------------------------------------------------------------
6d2e6499bd3d369df4d1c7725015e48073cd9ae1
base/testfiles-search/tlb-everysel-001.lvt | 10 ++++++----
base/testfiles-search/tlb-everysel-001.tlg | 10 +++++-----
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/base/testfiles-search/tlb-everysel-001.lvt b/base/testfiles-search/tlb-everysel-001.lvt
index ab5ad7f2..02c0d4a2 100644
--- a/base/testfiles-search/tlb-everysel-001.lvt
+++ b/base/testfiles-search/tlb-everysel-001.lvt
@@ -4,16 +4,18 @@
\usepackage{everysel}
-\EverySelectfont{\typeout{Switched to \the\font}}
+\EverySelectfont{\typeout{Font=\the\font}}
\begin{document}
\START
-\ttfamily X \itshape Y
+\sffamily \itshape
-\AtNextSelectfont{\typeout{Really!}}
+\AtNextSelectfont{\typeout{One time}}
-\sffamily Z \upshape ?
+\ttfamily
+
+\normalfont
\END
diff --git a/base/testfiles-search/tlb-everysel-001.tlg b/base/testfiles-search/tlb-everysel-001.tlg
index 5160de9f..2a1778a7 100644
--- a/base/testfiles-search/tlb-everysel-001.tlg
+++ b/base/testfiles-search/tlb-everysel-001.tlg
@@ -1,9 +1,9 @@
This is a generated file for the LaTeX2e validation system.
Don't change this file in any respect.
-Switched to \OT1/cmtt/m/n/10
-Switched to \OT1/cmtt/m/it/10
+Font=\OT1/cmss/m/n/10
LaTeX Font Info: Font shape `OT1/cmss/m/it' in size <10> not available
(Font) Font shape `OT1/cmss/m/sl' tried instead on input line ....
-Switched to \OT1/cmss/m/sl/10
-Really!
-Switched to \OT1/cmss/m/n/10
+Font=\OT1/cmss/m/sl/10
+Font=\OT1/cmtt/m/it/10
+One time
+Font=\OT1/cmr/m/n/10
More information about the latex3-commits
mailing list.