mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
use new logmsg and set --show in tests
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
|
||||
####################
|
||||
# Avoid regressions of issue #3860 wherein the first word of the alias ends with a semicolon
|
||||
ran foo
|
||||
foo ran
|
||||
# bare `alias` should list the aliases we have created and nothing else
|
||||
|
||||
####################
|
||||
# Bare `alias` should list the aliases we have created and nothing else
|
||||
alias a-2 'echo "hello there"'
|
||||
alias my_alias 'foo; and echo foo ran'
|
||||
|
||||
Reference in New Issue
Block a user