diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-02 20:01:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-02 20:01:10 +0000 |
commit | da875fcb62c801b8d19b3d4d984ad963574fb356 (patch) | |
tree | 3d85503747c56c2a387b291524442946f4bebb73 /tests/input/psfmakefea.feax | |
parent | Initial commit. (diff) | |
download | pysilfont-da875fcb62c801b8d19b3d4d984ad963574fb356.tar.xz pysilfont-da875fcb62c801b8d19b3d4d984ad963574fb356.zip |
Adding upstream version 1.6.0.upstream/1.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.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; + |