summaryrefslogtreecommitdiffstats
path: root/tests/input/psfmakefea.feax
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input/psfmakefea.feax')
-rw-r--r--tests/input/psfmakefea.feax8
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;
+