diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/B03print.ztst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst index eb79c4ddb..2e9bf99e5 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -301,3 +301,12 @@ >one two three four > one two three four > one two three four + + unset foo + print -v foo once more + print -r -- $foo + printf -v foo "%s-" into the breach + print -r -- $foo +0:print and printf into a variable +>once more +>into-the-breach- |