summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-03-31 11:34:50 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-03-31 11:34:50 +0200
commit275fac8a4a37f8fa5bf90e00b5db95a593068e62 (patch)
treefd7cac72f88d71682d9bd0ab3b8c689f52d4ad83 /tests
parentb00e00c338955306d524941d680312d99259f9a1 (diff)
downloadluaotfload-275fac8a4a37f8fa5bf90e00b5db95a593068e62.tar.gz
Test with node mode too
Diffstat (limited to 'tests')
-rw-r--r--tests/texligatures.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/texligatures.tex b/tests/texligatures.tex
index 22f41af..68b554c 100644
--- a/tests/texligatures.tex
+++ b/tests/texligatures.tex
@@ -1,5 +1,7 @@
\input luaotfload.sty
-\font\test={file:lmroman10-regular:script=latn;+tlig;+trep} at 10pt
-\test ``fi fl ffi--ffl---ff!`'' \par
+\font\testa={file:lmroman10-regular:script=latn;+tlig;+trep} at 10pt
+\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig;+trep} at 10pt
+\testa ``fi fl ffi--ffl---ff!`'' \par
+\testb ``fi fl ffi--ffl---ff!`'' \par
\bye