summary refs log tree commit diff
path: root/Test/A06assign.ztst
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-07-22 12:43:09 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-07-22 12:43:09 -0700
commitf3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0 (patch)
tree3ebca086e5e7ba373caf1750f2805ba5ba47cabc /Test/A06assign.ztst
parente63065e8e58069de8ea7a18a3830ef5b0f4f45f7 (diff)
downloadzsh-f3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0.tar.gz
zsh-f3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0.tar.xz
zsh-f3e8f4cf7a68a1e0e4356fc0f7e419ada338a3e0.zip
35581, 35582: output array assignments with spaces inside the parens
Diffstat (limited to 'Test/A06assign.ztst')
-rw-r--r--Test/A06assign.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A06assign.ztst b/Test/A06assign.ztst
index a4401cb67..302659c7e 100644
--- a/Test/A06assign.ztst
+++ b/Test/A06assign.ztst
@@ -430,7 +430,7 @@
 0:GLOB_ASSIGN with numeric types
 >typeset -i i=0
 >typeset -a n
->n=(tmpfile1 tmpfile2)
+>n=( tmpfile1 tmpfile2 )
 >typeset x=tmpfile2
 >typeset -E f=4.000000000e+00