diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 20:35:16 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 21:08:34 +0200 |
commit | 98ccfb13623868324496e6fcfa206862601ee554 (patch) | |
tree | 0e7890ba0784391ff5d8ffa58c1afdf5d12c8599 /tests | |
parent | 820dae976c197221adf58fcea0d12d2f81e75dd2 (diff) | |
download | luaotfload-98ccfb13623868324496e6fcfa206862601ee554.tar.gz |
Make tlig actually work
Works OK in node mode, in base mode `` and '' are not ligated, also
consolidated tlig and trep into one feature.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/texligatures.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/texligatures.tex b/tests/texligatures.tex index bc1db70..8317ee1 100644 --- a/tests/texligatures.tex +++ b/tests/texligatures.tex @@ -1,7 +1,7 @@ \input luaotfload.sty -\font\testa={file:lmroman10-regular:mode=base;script=latn;+tlig;+trep} at 10pt -\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig;+trep} at 10pt +\font\testa={file:lmroman10-regular:mode=base;script=latn;+tlig} at 10pt +\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig} at 10pt \testa ``fi `fl' ffi--ffl---ff'' !` ?` "\par \testb ``fi `fl' ffi--ffl---ff'' !` ?` "\par \bye |