mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
abbr tests: Don't expect quoted "--*"
This doesn't seem necessary given we already prefix it with "--". If this is backed out, the part about using string escape also needs to be removed.
This commit is contained in:
parent
ac545940de
commit
fdb2559425
|
@ -5,4 +5,4 @@ abbr __abbr1 delta
|
|||
abbr __abbr1 delta
|
||||
abbr __abbr1 delta
|
||||
abbr '~__abbr2' '$xyz'
|
||||
abbr -- '--__abbr3' xyz
|
||||
abbr -- --__abbr3 xyz
|
||||
|
|
Loading…
Reference in New Issue
Block a user