removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
30
.antidote/tests/testdata/.zsh_plugins_repos.txt
vendored
Normal file
30
.antidote/tests/testdata/.zsh_plugins_repos.txt
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# comments
|
||||
user/repo
|
||||
|
||||
# blank lines
|
||||
|
||||
# regular repos
|
||||
https://github.com/user/repo
|
||||
http://github.com/user/repo.git
|
||||
https://github.com/user/repo
|
||||
git@github.com:user/repo
|
||||
|
||||
# annotations
|
||||
bar/baz path:plugins/qux
|
||||
bar/baz path:themes/qux.zsh-theme
|
||||
|
||||
# branch
|
||||
foobar/foobar branch:baz
|
||||
|
||||
# defer
|
||||
https://github.com/foo/qux kind:defer
|
||||
https://github.com/foo/baz kind:defer
|
||||
|
||||
# non repos
|
||||
foo
|
||||
~/.zplugins/bar
|
||||
$ZDOTDIR/plugins/bar
|
||||
|
||||
# dupes
|
||||
user/repo
|
||||
https://github.com/user/repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue