summaryrefslogtreecommitdiffstats
path: root/tests/input/psfmakefea_2.feax
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-02 20:01:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-02 20:01:10 +0000
commitda875fcb62c801b8d19b3d4d984ad963574fb356 (patch)
tree3d85503747c56c2a387b291524442946f4bebb73 /tests/input/psfmakefea_2.feax
parentInitial commit. (diff)
downloadpysilfont-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_2.feax')
-rw-r--r--tests/input/psfmakefea_2.feax11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/input/psfmakefea_2.feax b/tests/input/psfmakefea_2.feax
new file mode 100644
index 0000000..90fd24e
--- /dev/null
+++ b/tests/input/psfmakefea_2.feax
@@ -0,0 +1,11 @@
+def func(x, y) {
+ return x + y
+} func;
+
+feature test {
+do for a = [a1 a2 a3];
+ let b = "g"+str(func(int(a[1]), 4));
+ {
+ @c = [$b];
+ }
+} test;