Blame view
tests/list.t
337 Bytes
|
9666bd499
|
1 |
Empty initial listing. |
|
72c01604f
|
2 |
|
|
9666bd499
|
3 |
$ antigen-list |
|
f3172c16b
|
4 5 |
You don't have any bundles.
[1]
|
|
f3172c16b
|
6 |
|
|
9666bd499
|
7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add a bundle.
$ antigen-bundle $PLUGIN_DIR
Cloning into '.+?'\.\.\. (re)
done.
$ antigen-list
.*?/test-plugin / plugin - (re)
Add same bundle and check uniqueness.
$ antigen-bundle $PLUGIN_DIR
$ antigen-list
.*?/test-plugin / plugin - (re)
|