diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 14:32:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 15:30:55 +0200 |
commit | 15000dc770e864112aa83035a371117b9ca6e991 (patch) | |
tree | 8d4dcbc709216b666b194a2b5e0d0571dac5778e /tests/loop | |
parent | e42da2a469404e1d421ccee7ccbccb36f363a98b (diff) |
Cleanup inappropriate use of parse_variable_value()
Diffstat (limited to 'tests/loop')
-rw-r--r-- | tests/loop/for.testscript | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/loop/for.testscript b/tests/loop/for.testscript index 2877572..184c9ce 100644 --- a/tests/loop/for.testscript +++ b/tests/loop/for.testscript @@ -100,6 +100,13 @@ EOI 3 EOO +: val-null +: +$* <<EOI +for i: [null] + print $i +EOI + : pairs : $* <<EOI >>EOO |