Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-ltluatex-001.lvt
blob013b7e8e8d7029355299b1194331900e9066e602
1 \documentclass{article}
2 % From Philipp Gesang.
3 % should give a luatexbase error, not lua type error
4 % 2015/10/01  gives  attempt to concatenate local 'name' (a nil value)
6 \input{test2e}
8 \begin{document}
10 \START
13 \ifx\directlua\undefined
14 \else
15 \directlua{
16 luatexbase.create_callback(nil, "simple", function () end)
17 % a syntax error in the above will cause this not to be reached
19 \fi
24 \END