diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/B02typeset.ztst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 4afb18962..e6285bc05 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -651,3 +651,15 @@ >odd >number >here + + fn() { typeset foo bar thing=this stuff=(that other) more=woevva; } + which -x2 fn + fn2() { typeset assignfirst=(why not); } + which -x2 fn2 +0:text output from typeset +>fn () { +> typeset foo bar thing=this stuff=(that other) more=woevva +>} +>fn2 () { +> typeset assignfirst=(why not) +>} |