diff options
-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 68b554c..5d9d21c 100644 --- a/tests/texligatures.tex +++ b/tests/texligatures.tex @@ -2,6 +2,6 @@ \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 +\testa ``fi `fl' ffi--ffl---ff'' \par +\testb ``fi `fl' ffi--ffl---ff'' \par \bye |