File: bug2276.fea

package info (click to toggle)
fonttools 4.61.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,584 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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;