From 028839879e33941cbe6018fdc2006980da9e9766 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 28 Mar 2021 11:21:09 -0700 Subject: [PATCH] fixes a small pedantic issue with calt which seems to have no practical effect --- src/features/calt.fea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/calt.fea b/src/features/calt.fea index 21d76bf48..f6a25be38 100644 --- a/src/features/calt.fea +++ b/src/features/calt.fea @@ -288,7 +288,7 @@ ignore sub @CASE_L' @CASE_L @CASE_L @LC; # ---x # # pairs with space, e.g. "( ) M" since we don't support subbing # all on the left side. -ignore sub @CASE_DELIM_L @Whitespace @CASE_DELIM_L @Whitespace [ @UC @CASE_R ]; +ignore sub @CASE_DELIM_L @Whitespace @CASE_DELIM_L' @Whitespace [ @UC @CASE_R ]; # # e.g. "A-", "A -", "A -" sub [ @UC @CASE_R ] @CASE_L' by @CASE_R;