mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add regression test for eval scope (#4443)
This commit is contained in:
parent
2fe2169065
commit
da20d197b4
3 changed files with 4 additions and 0 deletions
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…
Reference in a new issue