Blame view
tests/bundles.t
693 Bytes
|
e9bdca544
|
1 2 3 4 5 6 |
Add multiple bundles.
$ echo "$PLUGIN_DIR
$PLUGIN_DIR2" | antigen-bundles
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
7 |
Checking connectivity... done |
|
e9bdca544
|
8 9 |
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
10 |
Checking connectivity... done |
|
e9bdca544
|
11 12 13 14 15 16 17 |
Check if they are both applied.
$ hehe
hehe
$ hehe2
hehe2
|
|
63fa6131f
|
18 19 20 21 22 23 24 25 26 27 28 29 |
Clean it all up.
$ export _ANTIGEN_BUNDLE_RECORD=""
$ antigen-cleanup --force &> /dev/null
Specify with indentation.
$ echo " $PLUGIN_DIR
$PLUGIN_DIR2" | antigen-bundles
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
30 |
Checking connectivity... done |
|
63fa6131f
|
31 32 |
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
33 |
Checking connectivity... done |
|
63fa6131f
|
34 35 36 37 38 39 40 |
Again, check if they are both applied.
$ hehe
hehe
$ hehe2
hehe2
|