Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / amsmath / testfiles / tlb-utex-004.lvt
blobc8a81918f7a3ed1cbd7c8ee8e08d3b30c7b54641
1 \documentclass{article}
4 \input{test2e}
6 % Check that tests for the mathcode of - during package load
7 % do not fail if Umathcode already assigned
8 \usepackage{amsopn}
10 \ifx\Umathcode\undefined\else
11 \usepackage{fontspec}
12 \Umathcode`\- 2 0 "2212
13 \fi
14 \START
16 \DeclareMathOperator{\foobar}{foo-bar}
18 \OMIT
19 \begin{document}
20 $ $
21 \TIMO
23 foo-bar
25 $\phi -\foobar \phi$
27 \end{document}