diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 10:18:36 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 10:18:36 -0700 |
commit | 47138047e4b2f7500c627034f83c6343d61bf257 (patch) | |
tree | 4bef4a3010c9de1275623c5f649fedf6844535fa /luaotfload-features.lua | |
parent | d83870c2e97cbae23a1d011f0fd0e2994a893e3b (diff) | |
parent | 4adcf7591ed8104b0b846d500a5d30d4ff32512e (diff) | |
download | luaotfload-47138047e4b2f7500c627034f83c6343d61bf257.tar.gz |
Merge pull request #104 from phi-gamma/master
update to version 2.3
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r-- | luaotfload-features.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 81d1437..690a33c 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -1032,7 +1032,7 @@ local feature_expr = ws * Cg(assignment + switch) * ws local option = feature_expr local feature_list = Cf(Ct"" * option - * (featuresep * option)^0 + * (featuresep * option^-1)^0 , rawset) * featuresep^-1 |