1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

53209 + tests: do not unmetafy via string pointers into global parameter table

This commit is contained in:
Bart Schaefer 2024-11-05 13:50:51 -08:00
parent ac1fd06d7c
commit f282ff5792
3 changed files with 15 additions and 1 deletions

View file

@ -2834,3 +2834,11 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888
fi
1:${(#X)...}: array of out-of-range characters
?(eval):4: character not in range
(
export ZDOTDIR=${ echo $PWD/'\0360\0237\0224\0256' }
$ZTST_testdir/../Src/zsh -c 'echo $ZDOTDIR'
)
0:regression for workers/53179 unicode ZDOTDIR
F:output ignorable as long as not an error
*>*