Sign in
cobalt
/
third_party
/
nvm
/
2a2b8bdeb3fb7c8c219148e181246ac9c1f593a4
/
.
/
test
/
fast
/
Listing versions
/
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version
blob: 24b3db471e1450f486f1d580fa216fb6ea08b3e9 [
file
] [
log
] [
blame
]
#!/bin/sh
.
../../../
nvm
.
sh
mkdir
"${NVM_DIR}/v0.1.2"
nvm ls v0
.
1
|
grep v0
.
1.2
&&
nvm ls v0
.
1.2
|
grep v0
.
1.2
&&
nvm ls v0
.
1.
|
grep v0
.
1.2
&&
nvm ls v0
.
1.1
|
grep N
/
A