mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-10 18:58:03 +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
|
typeset -T STRING string
|
||||||
print $STRING $string
|
print $STRING $string
|
||||||
unset string
|
unset string
|
||||||
|
typeset -p string
|
||||||
STRING=x:y:z
|
STRING=x:y:z
|
||||||
print $STRING $string
|
print $STRING $string
|
||||||
STRING=a:b
|
STRING=a:b
|
||||||
|
|
Loading…
Reference in a new issue