1
0
Fork 0
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:
Bart Schaefer 2024-03-04 21:15:29 -08:00
parent 610b18875a
commit 700f675bf0

View file

@ -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