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:
parent
ac1fd06d7c
commit
f282ff5792
3 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
*>*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue