summaryrefslogtreecommitdiff
path: root/tests/test_npm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_npm.py')
-rw-r--r--tests/test_npm.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_npm.py b/tests/test_npm.py
index 7bed337..da3f5ba 100644
--- a/tests/test_npm.py
+++ b/tests/test_npm.py
@@ -40,6 +40,10 @@ class NpmSpecTests(unittest.TestCase):
['1.2.3-alpha.3', '1.2.3-alpha.7', '3.4.5'],
['1.2.3-alpha.2', '3.4.5-alpha.9'],
),
+ '>1.2.3-alpha <1.2.3-beta': (
+ ['1.2.3-alpha.0', '1.2.3-alpha.1'],
+ ['1.2.3', '1.2.3-beta.0', '1.2.3-bravo'],
+ ),
'1.2.3 - 2.3.4': (
['1.2.3', '1.2.99', '2.2.0', '2.3.4', '2.3.4+b42'],
['1.2.0', '1.2.3-alpha.1', '2.3.5'],