Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb3438.lvt
blob3b71330493a1a33d10df0560d124cc1490b39e92
1 \iffalse
2 >Number:         3438
3 >Synopsis:       Definition of \foreignlanguage wrong
4 >Arrival-Date:   Thu Jun 06 15:31:00 CEST 2002
5 >Originator:     Robin Fairbairns (robin.fairbairns@cl.cam.ac.uk)
6 Description of bug:
7 \MakeUppercase; the example program produces output
8 "FRENCHHÉLAS!", whereas it ought to produce an error
9 and just "HÉLAS!".
11 [Note: this is a real bug, but use of the web interface to
12 submit it constitutes "experimentation".]
14 >How-To-Repeat:
15 Sample file which indicates the problem:
16 \fi
18 \input{test2e}
20 \documentclass{article}
22 \START
23 \FORMAT{LaTeX2e<2001/06/01>}
24 \AUTHOR{Robin Fairbairns <robin.fairbairns@cl.cam.ac.uk>}
25 \CLASS{article}
26 \PACKAGE[english]{babel}
27 \showboxbreadth=50
28 \showboxdepth=50
29 \def\testit#1{%
30   \setbox0=\hbox{#1}\showbox0}
31 \OMIT
32 \usepackage[english]{babel}
33 \begin{document}
34 \TIMO
35 \testit{\MakeUppercase{\foreignlanguage{french}{h\'elas!}}}
36 \end{document}