mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 02:23:36 +08:00
Add regression test for eval scope (#4443)
This commit is contained in:
parent
2fe2169065
commit
da20d197b4
0
tests/eval_scope.err
Normal file
0
tests/eval_scope.err
Normal file
3
tests/eval_scope.in
Normal file
3
tests/eval_scope.in
Normal file
@ -0,0 +1,3 @@
|
||||
# Regression test for issue #4443
|
||||
eval set -l previously_undefined foo
|
||||
echo $previously_undefined
|
1
tests/eval_scope.out
Normal file
1
tests/eval_scope.out
Normal file
@ -0,0 +1 @@
|
||||
foo
|
Loading…
x
Reference in New Issue
Block a user