This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 11:37:10 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e73226d7e8
fish-shell
/
tests
/
abbr.out
9 lines
198 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add abbreviation tests
2015-06-15 05:13:57 +08:00
abbr __abbr1 'alpha beta gamma'
abbr __abbr1 'alpha beta gamma'
abbr __abbr1 'alpha beta gamma'
abbr __abbr1 delta
abbr __abbr1 delta
abbr __abbr1 delta
abbr '~__abbr2' '$xyz'
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.
2016-01-04 23:13:01 +08:00
abbr -- --__abbr3 xyz
Reference in New Issue
Copy Permalink