Test alias with a --option

Closes #4756.
This commit is contained in:
Fabian Homborg 2020-07-14 21:08:47 +02:00
parent 9256f37e9e
commit 276c76a363

View File

@ -20,3 +20,7 @@ alias | grep -Ev '^alias (fish_indent|fish_key_reader) '
# CHECK: alias a-3 echo\\\ hello\\\\\\\ there
# CHECK: alias foo '"a b" c d e'
# CHECK: alias my_alias 'foo; and echo foo ran'
# #4756 - missing "--" argument to string causing issues with "--" options
alias l. "ls -d .*"
# No output