diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-21 15:00:40 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-21 15:00:40 +0100 |
commit | 012d9cb5faed22cb9b4151569d30cc08563b02d1 (patch) | |
tree | fd901b9c231aeb8afa713851f23369fa4a1af2b3 /tests/input/psfmakefea.feax | |
parent | Initial commit. (diff) | |
download | pysilfont-012d9cb5faed22cb9b4151569d30cc08563b02d1.tar.xz pysilfont-012d9cb5faed22cb9b4151569d30cc08563b02d1.zip |
Adding upstream version 1.8.0.upstream/1.8.0upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tests/input/psfmakefea.feax')
-rw-r--r-- | tests/input/psfmakefea.feax | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/input/psfmakefea.feax b/tests/input/psfmakefea.feax new file mode 100644 index 0000000..6de3523 --- /dev/null +++ b/tests/input/psfmakefea.feax @@ -0,0 +1,8 @@ +@base = [A a]; +@basex = [A.x a.x]; +@basey = [A.y a.y]; + +feature alt { + sub @base from [@basex @basey]; +} alt; + |