From 782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 31 May 2010 20:56:10 +0300 Subject: Split the tfm test to uts own plain file The tfmofm.ltx is special since this specific issues can't be tested in plain (cm math fonts which trigger the issue are dumped in the format, so the ttf version never get loaded in plain). --- tests/ofm.tex | 6 ++++++ tests/tfmofm.ltx | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 tests/ofm.tex diff --git a/tests/ofm.tex b/tests/ofm.tex new file mode 100644 index 0000000..9f79e57 --- /dev/null +++ b/tests/ofm.tex @@ -0,0 +1,6 @@ +\input luaotfload.sty +% This loads an ofm font with the extention... +\font\testo omarab.ofm\testo .,:\par +% and without. +\font\testo omarabb \testo .,:\par +\bye diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx index 5de55b4..0f9f904 100644 --- a/tests/tfmofm.ltx +++ b/tests/tfmofm.ltx @@ -3,15 +3,4 @@ \begin{document} Hello \(1+1=\sqrt{4}\) - -% This loads an ofm font with the extention... -\font\testo omarab.ofm\testo - -.,: - -% and without. -\font\testo omarabb\testo - -.,: - \end{document} -- cgit v1.2.3