Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb1042.lvt
blob405417caf47ad82bea04300d49bb701835d67f70
1 % Test file for LaTeX2e PR/1042
3 \documentclass{article}
5 \usepackage[debugshow]{tracefnt}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 \AUTHOR{David Kastrup}
12 % Declare the format used on the original run, as printed by
13 % LaTeX.
15 \FORMAT{LaTeX2e<1994/06/01>}
17 % Everything before this is ignored by the test system.
18 \START
20 \def\testit#1#2#3#4{
21 \expandafter\ifx
22    \csname #1-cmd\expandafter\endcsname
23    \csname #2-cmd\endcsname
24    \message{#3}
25 \else
26    \message{#4}
27 \fi
30 \fontencoding{OT1}\selectfont
31 \fontencoding{OMS}\fontencoding{T1}\selectfont
33 \testit{OT1}{T1}{BAD}{GOOD}
34 \testit{OMS}{T1}{BAD}{GOOD}
35 \testit{OT1}{OMS}{GOOD}{BAD}
37 \fontencoding{OT1}\selectfont
38 \fontencoding{T1}\fontencoding{OT1}\selectfont
40 \testit{OT1}{T1}{BAD}{GOOD}
41 \testit{OMS}{T1}{GOOD}{BAD}
42 \testit{OT1}{OMS}{BAD}{GOOD}
44 \END