Use new l3buld call() function to propogate options
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2608.lvt
blob2bb03f46c2700f36bbf2eab9ca243be003e1e701
1 % \iffalse meta-comment
3 % Copyright (C) 2004 Frank Mittelbach
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % \inputencoding in horizontal mode generated spaces. this test file
16 % checks for  them
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 \CLASS{article}
23 \PACKAGE{inputenc}
25 \documentclass{article}
27 \usepackage{inputenc} % We want to use several incodings
28                       % in a one document, so we do not
29                       % specify the encoding as an option
30                       % (like \usepackage[cp437,cp850]{inputenc}).
31                       % We will use commands \inputencoding{...}
32                       % to select the desired encoding.
34 \begin{document}
36 \START
38 \setbox0=\hbox{\inputencoding{cp850}} % Switch to (say) cp866
39                                       % in a *horizontal* mode.
40                                       % The bug does not appear
41                                       % if we use \vbox.
43 \showbox0 % This produces a number of glue elements
44           % which came from end of line tokens
45           % while reading the cp850.def file.
47 \setbox0=\hbox{\inputencoding{latin2}} % Switch to (say) cp866
48                                       % in a *horizontal* mode.
49                                       % The bug does not appear
50                                       % if we use \vbox.
52 \showbox0 % This produces a number of glue elements
53           % which came from end of line tokens
54           % while reading the latin2.def file.
56 \setbox0=\hbox{\inputencoding{cp1250}} % Switch to (say) cp866
57                                       % in a *horizontal* mode.
58                                       % The bug does not appear
59                                       % if we use \vbox.
61 \showbox0 % This produces a number of glue elements
62           % which came from end of line tokens
63           % while reading the cp1250.def file.
65 \END