mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
37335: fix tests after 34314
This commit is contained in:
parent
dfd761058e
commit
d290874c48
3 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
||||||
2015-12-07 Peter Stephenson <p.stephenson@samsung.com>
|
2015-12-07 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* 37335: Test/D04parameter.ztst, Test/V09datetime.ztst: fix
|
||||||
|
* 37335: Test/D04tests after 37314.
|
||||||
|
|
||||||
* 37310: Doc/Zsh/builtins.yo: effect of disabling typeset
|
* 37310: Doc/Zsh/builtins.yo: effect of disabling typeset
|
||||||
reserved word.
|
reserved word.
|
||||||
|
|
||||||
|
|
|
@ -396,9 +396,9 @@
|
||||||
>Instead Here I Am Stuck By The Computer
|
>Instead Here I Am Stuck By The Computer
|
||||||
|
|
||||||
foo=$'\x7f\x00'
|
foo=$'\x7f\x00'
|
||||||
print ${(V)foo}
|
print -r -- ${(V)foo}
|
||||||
0:${(V)...}
|
0:${(V)...}
|
||||||
>^?^@
|
>\C-?\C-@
|
||||||
|
|
||||||
foo='playing '\''stupid'\'' "games" \w\i\t\h $quoting.'
|
foo='playing '\''stupid'\'' "games" \w\i\t\h $quoting.'
|
||||||
print -r ${(q)foo}
|
print -r ${(q)foo}
|
||||||
|
|
|
@ -69,6 +69,6 @@
|
||||||
>090
|
>090
|
||||||
>1
|
>1
|
||||||
|
|
||||||
print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
|
print -r -- ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
|
||||||
0:Embedded nulls
|
0:Embedded nulls
|
||||||
>1973^@03^@03
|
>1973\C-@03\C-@03
|
||||||
|
|
Loading…
Reference in a new issue