summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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