guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb2632.lvt
blobd094de025390428ed52846581b74d0d3ef17c372
1 \iffalse
3 Subject:
4 tools/2632: xspace doesn't recognize an ordinary space
6 Description of bug:
7 The xspace tool doesn't test for an ordinary space token,
8 so it inserts a superfluous additional space. I think that
9 xspace should also test for \@sptoken to remedy this
10 behavior (see sample file below).
12 The logfile should show xspace not inserting a space in all
13 the cases except the very last one.
15 Morten H\o gholm
16 \fi
18 \input{test2e}
19 \documentclass{article}
20 \START
21 \AUTHOR{Luc Van Eycken}
22 \PACKAGE{xspace v1.06 Space after command names (DPC)}
23 \PACKAGE{alltt}
24 \OMIT
26 \usepackage{xspace,alltt}
27 \newcommand*\GB{x\xspace}
28 \newcommand*\GBi[1]{#1\xspace}
29 \begin{document}
30 % the exception list:
31 %  ,.'/?;:!~-)\ \/\bgroup\egroup\@sptoken\space\@xobeysp
32 \TIMO
34 \begin{alltt}
35 \GB a
36 \end{alltt}
37 \GB, a \\
38 \GB. a \\
39 \GB' a \\
40 \GB/ a \\
41 \GB? a \\
42 \GB; a \\
43 \GB: a \\
44 \GB! a \\
45 \GB~a \\
46 \GB- a \\
47 \GB) a \\
48 \GB\ a \\
49 \GB\/ a \\
50 \GB{} a \\
51 {\GB} a \\
52 \GBi{x} a \\
53 \GB\space a \\
54 \GB a
56 \showoutput
57 \end{document}