1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

37335: fix tests after 34314

This commit is contained in:
Peter Stephenson 2015-12-07 10:36:45 +00:00
parent dfd761058e
commit d290874c48
3 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,8 @@
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
reserved word.

View file

@ -396,9 +396,9 @@
>Instead Here I Am Stuck By The Computer
foo=$'\x7f\x00'
print ${(V)foo}
print -r -- ${(V)foo}
0:${(V)...}
>^?^@
>\C-?\C-@
foo='playing '\''stupid'\'' "games" \w\i\t\h $quoting.'
print -r ${(q)foo}

View file

@ -69,6 +69,6 @@
>090
>1
print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
print -r -- ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
0:Embedded nulls
>1973^@03^@03
>1973\C-@03\C-@03