mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Add regression test for eval scope (#4443)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user