aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/bug2276.fea
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/feaLib/data/bug2276.fea')
-rw-r--r--Tests/feaLib/data/bug2276.fea11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/feaLib/data/bug2276.fea b/Tests/feaLib/data/bug2276.fea
new file mode 100644
index 00000000..96f98859
--- /dev/null
+++ b/Tests/feaLib/data/bug2276.fea
@@ -0,0 +1,11 @@
+# https://github.com/fonttools/fonttools/issues/2276
+lookup EMPTY {
+ # pass
+} EMPTY;
+feature ss01 {
+ sub a by a.alt1;
+ lookup EMPTY;
+} ss01;
+feature aalt {
+ feature ss01;
+} aalt;