diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-31 11:34:50 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-31 11:34:50 +0200 |
commit | 275fac8a4a37f8fa5bf90e00b5db95a593068e62 (patch) | |
tree | fd7cac72f88d71682d9bd0ab3b8c689f52d4ad83 /tests | |
parent | b00e00c338955306d524941d680312d99259f9a1 (diff) | |
download | luaotfload-275fac8a4a37f8fa5bf90e00b5db95a593068e62.tar.gz |
Test with node mode too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/texligatures.tex | 6 |
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 |