nvm/test/fast/Listing versions/Running'nvm ls' with node-like versioning vx.x.x should only list a matched version
Ricky Bobby 8ff9133361 commit
2024-03-18 02:28:32 +00:00

12 lines
188 B
Bash

#!/bin/sh
\. ../../../nvm.sh
\. ../../common.sh
make_fake_node 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