From cb961dc32d9539a581bec5490fcb4307ead8932c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 7 Nov 2013 02:39:30 +0100 Subject: [tests] fix tests With the new handler, a request optical size of 0pt means the default size. --- luaotfload-database.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'luaotfload-database.lua') diff --git a/luaotfload-database.lua b/luaotfload-database.lua index d25b846..bace8bb 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2628,12 +2628,12 @@ do if prefmodifiers then style = choose_exact (prefmodifiers) elseif subfamily then - --style = choose_exact (subfamily) + style = choose_exact (subfamily) end end - if not style and splitstyle then - style = choose_exact (splitstyle) - end +-- if not style and splitstyle then +-- style = choose_exact (splitstyle) +-- end return style end -- cgit v1.2.3