summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2010-05-31 20:22:23 +0300
committerElie Roux <elie.roux@telecom-bretagne.eu>2010-05-31 20:22:23 +0300
commitdc450f3e576a30b87250564ca3c50b39a9ca728e (patch)
tree35d86479eb37d132ca462ac4bf9e5a79fbd96abd
parenta7b3c4bab9818fb564a51345d311b4acfac56356 (diff)
downloadluaotfload-dc450f3e576a30b87250564ca3c50b39a9ca728e.tar.gz
Adding a test for loading an ofm font with and without the extention.
-rw-r--r--tests/tfmofm.ltx11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx
index 0f9f904..5de55b4 100644
--- a/tests/tfmofm.ltx
+++ b/tests/tfmofm.ltx
@@ -3,4 +3,15 @@
\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}