Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / tools / testfiles / tlb-shellesc-001.lvt
blobc00f60826473e8dbbc0ac2196e66e8c1210b5541
1 % \DelayedShellEscape should be defined and \ShellEscape shouldn't be delayed
2 % initial release defined \ShellEscape twice in pdftex (reported by Ulrike Fischer)
4 % in the test harness, run without -shell-escape so just checks that \DelayedShellEscape
5 % is defined for all engines. If run by hand with shell escape  ddd should not echo.
7 \input{test2e}
9 \documentclass{article}
13 \usepackage{shellesc}
16 \begin{document}
18 \START
19 \ShellEscape{echo aaa}
21 \sbox0{\ShellEscape{echo bbbb}}
23 \DelayedShellEscape{echo ccc}
25 \sbox0{\DelayedShellEscape{echo ddd}}
29 \end{document}