diff options
Diffstat (limited to 'Test/D04parameter.ztst')
-rw-r--r-- | Test/D04parameter.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index a3c5d71df..2b46e069d 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -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} |