mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ abbr __abbr1 delta
|
||||||
abbr __abbr1 delta
|
abbr __abbr1 delta
|
||||||
abbr __abbr1 delta
|
abbr __abbr1 delta
|
||||||
abbr '~__abbr2' '$xyz'
|
abbr '~__abbr2' '$xyz'
|
||||||
abbr -- '--__abbr3' xyz
|
abbr -- --__abbr3 xyz
|
||||||
|
|
Loading…
Reference in a new issue