mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 03:51:23 +08:00
16 lines
212 B
Plaintext
16 lines
212 B
Plaintext
|
|
####################
|
|
# Testing eval builtin
|
|
foo
|
|
0
|
|
1
|
|
1
|
|
1
|
|
|
|
####################
|
|
# Testing eval with empty functions, blocks, and arguments
|
|
blank eval: 0
|
|
empty arg eval: 0
|
|
empty function eval 0
|
|
empty block eval: 0
|