[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: A test file for #282 ; needs updating when fontspec changes (7a2a497f)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Feb 20 16:54:17 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/7a2a497f1ad44f5846dfadeffd4efc436766ca2a

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

commit 7a2a497f1ad44f5846dfadeffd4efc436766ca2a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Feb 20 16:54:17 2020 +0100

    A test file for #282  ; needs updating when fontspec changes


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

7a2a497f1ad44f5846dfadeffd4efc436766ca2a
 base/testfiles-TU/github-0282.luatex.tlg           | 57 ++++++++++++++++++++++
 base/testfiles-TU/github-0282.lvt                  | 28 +++++++++++
 .../tlb2215.tlg => testfiles-TU/github-0282.tlg}   |  0
 3 files changed, 85 insertions(+)

diff --git a/base/testfiles-TU/github-0282.luatex.tlg b/base/testfiles-TU/github-0282.luatex.tlg
new file mode 100644
index 00000000..7e169210
--- /dev/null
+++ b/base/testfiles-TU/github-0282.luatex.tlg
@@ -0,0 +1,57 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+This should show "b" already not "bx":
+macro:->bx
+This should show "b" not "bx":
+macro:->b
+Completed box being shipped out [1]
+\vbox(633.0+0.0)x407.0, direction TLT
+.\glue 16.0
+.\vbox(617.0+0.0)x345.0, shifted 62.0, direction TLT
+..\vbox(12.0+0.0)x345.0, glue set 12.0fil, direction TLT
+...\glue 0.0 plus 1.0fil
+...\hbox(0.0+0.0)x345.0, direction TLT
+..\glue 25.0
+..\glue(\lineskip) 0.0
+..\vbox(550.0+0.0)x345.0, glue set 539.94232fil, direction TLT
+...\write-{}
+...\glue(\topskip) 3.17
+...\hbox(6.83+0.14)x345.0, glue set 264.44fil, direction TLT
+....\localpar
+.....\localinterlinepenalty=0
+.....\localbrokenpenalty=0
+.....\localleftbox=null
+.....\localrightbox=null
+....\hbox(0.0+0.0)x15.0, direction TLT
+....\TU/STEP(0)/m/n/10 h
+....\TU/STEP(0)/m/n/10 e
+....\TU/STEP(0)/m/n/10 l
+....\TU/STEP(0)/m/n/10 l
+....\TU/STEP(0)/m/n/10 o
+....\glue(\spaceskip) 2.5 plus 1.25 minus 0.83333
+....\TU/STEP(0)/m/it/10 h
+....\TU/STEP(0)/m/it/10 e
+....\TU/STEP(0)/m/it/10 l
+....\TU/STEP(0)/m/it/10 l
+....\TU/STEP(0)/m/it/10 o
+....\kern0.0 (italic)
+....\glue 2.5 plus 1.25 minus 0.83333
+....\TU/STEP(0)/b/n/10 h
+....\TU/STEP(0)/b/n/10 e
+....\TU/STEP(0)/b/n/10 l
+....\TU/STEP(0)/b/n/10 l
+....\TU/STEP(0)/b/n/10 o
+....\kern0.0 (italic)
+....\penalty 10000
+....\glue(\parfillskip) 0.0 plus 1.0fil
+....\glue(\rightskip) 0.0
+...\glue -0.14
+...\glue 0.0 plus 1.0fil
+...\glue 0.0
+...\glue 0.0 plus 0.0001fil
+..\glue(\baselineskip) 23.24
+..\hbox(6.76+0.0)x345.0, glue set 170.0fil, direction TLT
+...\glue 0.0 plus 1.0fil
+...\TU/STEP(0)/m/n/10 1
+...\glue 0.0 plus 1.0fil
+(github-0282.aux)
diff --git a/base/testfiles-TU/github-0282.lvt b/base/testfiles-TU/github-0282.lvt
new file mode 100644
index 00000000..f75c5203
--- /dev/null
+++ b/base/testfiles-TU/github-0282.lvt
@@ -0,0 +1,28 @@
+\documentclass{article}
+
+\input{test2e}
+
+\ifx\directlua\undefined  \expandafter \stop  \fi  % this test is only for luatex!
+
+
+\usepackage{fontspec}
+\setmainfont{STEP}       % this load doesn't work on MacOs with xetex
+
+\showoutput
+
+\START
+
+\typeout{This should show "b" already not "bx":}
+\typeout{\expandafter\meaning\csname bfseries at rm\endcsname}
+%{\bfseries}
+
+\OMIT
+\begin{document}
+\TIMO
+
+\typeout{This should show "b" not "bx":}
+\typeout{\expandafter\meaning\csname bfseries at rm\endcsname}
+
+hello \emph{hello} \textbf{hello}
+
+\end{document}
diff --git a/base/testfiles-disabled/tlb2215.tlg b/base/testfiles-TU/github-0282.tlg
similarity index 100%
copy from base/testfiles-disabled/tlb2215.tlg
copy to base/testfiles-TU/github-0282.tlg





More information about the latex3-commits mailing list.