summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaotfload-features.lua2
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