repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
before and after version of hyphenchar test
[latex2e.git]
/
trunk
/
base
/
testfiles
/
tlb4443.lvt
blob
a9cfc25a652db7fec944143ac5f94f74082ae173
1
%\RequirePackage[2014/05/01]{latexrelease}
2
\iffalse
3
4
Visible space in space hacks
5
6
\fi
7
8
\input{test2e}
9
\documentclass{article}
10
\begin{document}
11
\START
12
\AUTHOR{David Carlisle}
13
14
15
\def\foo#1{%
16
\@bsphack#1\@esphack
17
\skip0=\lastskip
18
\typeout{Last skip: \the\skip0}}
19
20
a \foo{\hspace{10pt}}
21
22
a \foo{\mbox{}}
23
24
25
\END
26