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_2.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_2.feax')
-rw-r--r-- | tests/input/psfmakefea_2.feax | 11 |
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; |