diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-12-19 20:49:18 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-12-19 20:49:18 +0200 |
commit | 0e0330b91fee89870b543c456f8119486add4d08 (patch) | |
tree | ff0ada51edffeb3bc0967b6986fc81d04209e552 | |
parent | db1581f06b8492b45384edf47db8876d331c4801 (diff) | |
download | luaotfload-0e0330b91fee89870b543c456f8119486add4d08.tar.gz |
Add single quotes to the test
-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 |