Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb4169.lvt
blob2c86d02d8beb4c13313cd396ce272577b80d8375
1 % Test file for \in@.
3 % BLF 2011/05/08
5 \input{test2e}
6 \START
8 \FORMAT{LaTeX2e <2009/09/24>}
9 \CLASS{article}
11 \scrollmode
13 \OMIT
15 \documentclass{article}
17 \TIMO
19 % **      BLF 2011/05/08: Check that "usual" cases of
20 %         \verb=\in@= work as expected
22 \in@{a}{}       \show\ifin@
23 \in@{a}{a}      \show\ifin@
24 \in@{a}{{a}}    \show\ifin@
25 \in@{a }{a {a}} \show\ifin@
27 % **      BLF 2011/05/08: Border cases with normal text. 
28 %         (Wrong with the 2009 version.)
30 \in@{ }{ab } \show\ifin@ 
31 \in@{}{a} \show\ifin@ 
32 \in@{}{} \show\ifin@ 
34 \in@{the width}{crop the wid} \show\ifin@ 
35 \in@{bonobo}{bono} \show\ifin@ 
37 % **      BLF 2011/05/08: Check that internal markers 
38 %         won't cause errors (all of those crash before 2009).
40 \in@{\in@\in@@}{\in@\in@@\in@\in@@\in@@}   \show\ifin@
42 \in@{\iffalse}{\iffalse {a\fi}} \show\ifin@
44 \in@{a}{aa\in@@} \show\ifin@
46 \begin{document}
47 \end{document}