Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / base / testfiles / tlb-commaaccent-001.lvt
blob7b72e27175127f7acbb4a2a52be40465d3002f9c
2 % Check \c{g} (Hironobu Yamashita)
4 \documentclass{article}
5 \usepackage{fontenc}
6 \input{test2e}
8 \begin{document}
10 \START
12 \setbox0\vbox{
14 \fontencoding{OT1}\selectfont
15 aa \c{g} aa
17 \fontencoding{T1}\selectfont
18 aa \c{g} aa
20 \showoutput
21 \showbox0
22 \box0
23 \end{document}