summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-23 18:36:07 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-23 18:36:07 +0200
commit6dde139e75c033014531882bc2b32282f8b3a760 (patch)
tree97feb6509d58dc2d8aa4e958eebd4e27796d9e28 /tests
parent3f9f0bc4a14f7deae0ede11db626d93ba031c6b7 (diff)
downloadluaotfload-6dde139e75c033014531882bc2b32282f8b3a760.tar.gz
add link to dev repo
Diffstat (limited to 'tests')
-rw-r--r--tests/lookups.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lookups.tex b/tests/lookups.tex
index db26312..8b03d8e 100644
--- a/tests/lookups.tex
+++ b/tests/lookups.tex
@@ -5,10 +5,16 @@
\font\second=file:antpoltltsemiexpd-bolditalic.otf at 42pt
%% lookup font by name, with style in slash notation
\font\third={name:Antykwa torunska/I} at 42pt
+%% unspecified lookup; in definers.read:
+%% - first it falls back to “file”
+%% - empty “method” field triggers fallback to “name”
+%% - names.resolve -> kpse.lookup -> hit!
+\font\fourth=iwona at 42pt
{\first foo \endgraf}
{\second bar \endgraf}
{\third baz \endgraf}
+{\fourth xyzzy \endgraf}
\bye