summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-31 20:56:10 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-31 20:56:10 +0300
commit782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf (patch)
tree8fa3b2d7179bae58b9733be06d57dbbbb24f1b7e
parentdc450f3e576a30b87250564ca3c50b39a9ca728e (diff)
downloadluaotfload-782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf.tar.gz
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).
-rw-r--r--tests/ofm.tex6
-rw-r--r--tests/tfmofm.ltx11
2 files changed, 6 insertions, 11 deletions
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}