Browse Source

Noting the changed behavior of `nvm ls vx.y.` to return something useful.

master
Jordan Harband 11 years ago
parent
commit
35466187f2
  1. 2
      test/fast/Listing versions/Running "nvm ls" with node-like versioning vx.x.x should only list a matched version

2
test/fast/Listing versions/Running "nvm ls" with node-like versioning vx.x.x should only list a matched version

@ -6,6 +6,6 @@ mkdir ../../../v0.1.2 @@ -6,6 +6,6 @@ mkdir ../../../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 N/A &&
nvm ls v0.1. | grep v0.1.2 &&
nvm ls v0.1.1 | grep N/A

Loading…
Cancel
Save