mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
37335: fix tests after 34314
This commit is contained in:
parent
dfd761058e
commit
d290874c48
3 changed files with 7 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue