diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-25 00:14:00 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-03-25 00:14:00 +0000 |
commit | 0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39 (patch) | |
tree | ff5bef5407166a9d32dafeeff5afc9239f3f22db /Test/13parameter.ztst | |
parent | 1773807bcc17e16f8636ec67584f78e85aacf540 (diff) | |
download | zsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.tar.gz zsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.tar.xz zsh-0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39.zip |
More minor test fixes.
Diffstat (limited to 'Test/13parameter.ztst')
-rw-r--r-- | Test/13parameter.ztst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Test/13parameter.ztst b/Test/13parameter.ztst index 872f0d3f0..735021f51 100644 --- a/Test/13parameter.ztst +++ b/Test/13parameter.ztst @@ -157,7 +157,7 @@ >IFonce bitten twice shyTHEN >IFonceTHEN IFbittenTHEN IFtwiceTHEN IFshyTHEN - # WHY DO I NEED TO QUOTE ${array} HERE????? + # Quote ${array} here because {...,...} doesn't like unquoted spaces. print IF{"${array}",THEN}ELSE print IF{${^array},THEN}ELSE 0:combined ${^...} and {...,...} @@ -221,8 +221,6 @@ 0:${(P)...} >I'm nearly out of my mind with tedium - # it doesn't *say* these are case-insensitive without i... - # I think this is a bug. foo=(I could be watching that programme I recorded) print ${(o)foo} print ${(oi)foo} @@ -466,7 +464,7 @@ >b* e* >boringfile evenmoreboringfile - # ${bar} -> $bar turns this into $$, which doesn't strike me as correct. + # ${bar} -> $bar here would yield "bad substitution". bar=confinement print ${(el.20..X.)${bar}} 0:Rule 11: Padding |