summaryrefslogtreecommitdiff
path: root/src/features/calt.fea
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2021-03-28 21:21:09 +0300
committerRasmus Andersson <rasmus@notion.se>2021-03-28 21:21:09 +0300
commit028839879e33941cbe6018fdc2006980da9e9766 (patch)
tree6ec9cab90dafc74446428775d3819f0b1e0a0780 /src/features/calt.fea
parent4f8232123dfe471bce431d20d1a54db8b964a8e6 (diff)
downloadinter-028839879e33941cbe6018fdc2006980da9e9766.tar.xz
fixes a small pedantic issue with calt which seems to have no practical effect
Diffstat (limited to 'src/features/calt.fea')
-rw-r--r--src/features/calt.fea2
1 files changed, 1 insertions, 1 deletions
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;