before and after version of hyphenchar test
[latex2e.git] / trunk / base / testfiles / tlb-verb-002.lvt
blobb6460f93a7a71b8d98f500987f3e5be2c6c148a4
1 \documentclass{article}
2 \input{test2e}
4 \makeatletter
5 \def\verbatim@font{\normalfont}
6 \makeatother
8 % check that hyphenchar does not leak from verbatim
9 \begin{document}
11 \START
13 \showthe\hyphenchar\font
15 \begin{verbatim}
16 \end{verbatim}
18 \showthe\hyphenchar\font
20 \END
22 \end{document}