Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb4192.lvt
blobbd0e9aaaad05e33cb3beafeb66cf3956caf8a8f7
1 \iffalse
3 Description of bug:
5 \inputencoding (package inputenc) set the catcode of @ to other, instead of keeping the current value. This could be problematic when inputting files.
7 \fi
10 \input{test2e}
12 \documentclass{article}
14 \usepackage[latin1]{inputenc}
16 \START
18 \makeatletter
19 \@empty
20 \showthe\catcode`@
21 \inputencoding{latin1}
22 \showthe\catcode`@
23 \@empty
25 \END