diff options
Diffstat (limited to '')
-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; |