summaryrefslogtreecommitdiff
path: root/src/features/ccmp.fea
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-07-09 20:29:52 +0300
committerRasmus Andersson <rasmus@notion.se>2022-07-09 20:29:52 +0300
commitda95554b91cf697927ba13bc957904997da9d90e (patch)
tree6c86547ca2f6147965ad6b780f4f1b523ce4821b /src/features/ccmp.fea
parenta2460f104bc02554d521064e701f11549c320c05 (diff)
downloadinter-da95554b91cf697927ba13bc957904997da9d90e.tar.xz
adds /fraction.squared
Diffstat (limited to 'src/features/ccmp.fea')
-rw-r--r--src/features/ccmp.fea1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/ccmp.fea b/src/features/ccmp.fea
index 11c64c0f1..78eff8c09 100644
--- a/src/features/ccmp.fea
+++ b/src/features/ccmp.fea
@@ -612,6 +612,7 @@ sub equal enclosingsquarecomb by equal.squared;
sub plus enclosingsquarecomb by plus.squared;
sub minus enclosingsquarecomb by minus.squared;
sub multiply enclosingsquarecomb by multiply.squared;
+sub [ fraction slash ] enclosingsquarecomb by fraction.squared;
sub divide enclosingsquarecomb by divide.squared;
sub upArrow enclosingsquarecomb by upArrow.squared;
sub downArrow enclosingsquarecomb by downArrow.squared;