before and after version of hyphenchar test
[latex2e.git] / trunk / base / testfiles / tlb4443.lvt
bloba9cfc25a652db7fec944143ac5f94f74082ae173
1 %\RequirePackage[2014/05/01]{latexrelease}
2 \iffalse
4 Visible space in space hacks
6 \fi
8 \input{test2e}
9 \documentclass{article}
10 \begin{document}
11 \START
12 \AUTHOR{David Carlisle}
15 \def\foo#1{%
16   \@bsphack#1\@esphack
17   \skip0=\lastskip
18   \typeout{Last skip: \the\skip0}}
20 a \foo{\hspace{10pt}} 
22 a \foo{\mbox{}} 
25 \END