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