Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / base / testfiles / tlb3480.lvt
blob1be646ac93477f5cc1a366ebbd75c2d623f3c02a
1 % \iffalse meta-comment
3 % Copyright (C) 2004 Frank Mittelbach
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % fd files generate text from the \ProvidesFile line in the document
17 % Input the test macros for LaTeX2e
18 \input{test2e}
20 \CLASS{article}
22 \showoutput
24 \documentclass{minimal}
26 \usepackage[latin1,utf8]{inputenc}
27 \usepackage[T1]{fontenc}
29 \scrollmode  % to run past the error below
31 \begin{document}
33 \START
35  German umlauts in UTF-8: ^^c3^^a4^^c3^^b6^^c3^^bc  
37 \inputencoding{latin1}  % switch to latin1
39  German umlauts in UTF-8 but read by latin1 (and will produce one
40  error since \verb=\textcurrency= is not provided): ^^c3^^a4^^c3^^b6^^c3^^bc
42 \inputencoding{utf8}    % switch back to utf8
44  German umlauts in UTF-8: ^^c3^^a4^^c3^^b6^^c3^^bc
47 Some codes that should produce errors as nothing is set up 
48 for them: ^^c3F ^^e1^^a4^^b6
50 And some that are not legal utf8 sequences: ^^c3X ^^e1XY
52 \end{document}