mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-21 12:01:54 +02:00
Add missing test case from 52652
This commit is contained in:
parent
610b18875a
commit
700f675bf0
1 changed files with 1 additions and 0 deletions
|
@ -1222,6 +1222,7 @@
|
|||
typeset -T STRING string
|
||||
print $STRING $string
|
||||
unset string
|
||||
typeset -p string
|
||||
STRING=x:y:z
|
||||
print $STRING $string
|
||||
STRING=a:b
|
||||
|
|
Loading…
Reference in a new issue