guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb2131.lvt
blob40102f9b5e778fd7292059b027ad8101abf07b08
1 % Test file for LaTeX2e PR/2131
3 \documentclass{article}
5 % Input the test macros for latex 2e
6 \input{test2e}
8 \AUTHOR{Matt Swift}
10 % Declare the format used on the original run, as printed by
11 % LaTeX.
13 \FORMAT{LaTeX2e<1996/06/01>}
15 \usepackage{array}
17 % Everything before this is ignored by the test system.
18 \START
20 \showoutput
21 \begin{document}
22 \begin{tabular}{l|l<{Baz}} % same problem without vertical bar
23 Foo&Bar\\
24 Foo&\\
25 &Bar\\
26 Foo&\relax\\
27 Foo&\null\\
28 Foo& \\
29 Foo&\ \\
30 FooFoo&Bar\\
31 \end{tabular}
32 \end{document}