Skip to content

Commit 09dc51c

Browse files
authored
chore(fixtures): remove duplicate lines (#390)
1 parent e3ce242 commit 09dc51c

File tree

7 files changed

+0
-29
lines changed

7 files changed

+0
-29
lines changed

test/fixtures/range-exclude.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ module.exports = [
8080
['^1.0.0', '1.0.0-rc1', { includePrerelease: true }],
8181
['^1.0.0', '2.0.0-rc1', { includePrerelease: true }],
8282
['^1.2.3-rc2', '2.0.0', { includePrerelease: true }],
83-
['^1.0.0', '2.0.0-rc1', { includePrerelease: true }],
8483
['^1.0.0', '2.0.0-rc1'],
8584

8685
['1 - 2', '3.0.0-pre', { includePrerelease: true }],

test/fixtures/range-include.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ module.exports = [
8484
['~1.2.1 1.2.3', '1.2.3'],
8585
['~1.2.1 >=1.2.3 1.2.3', '1.2.3'],
8686
['~1.2.1 1.2.3 >=1.2.3', '1.2.3'],
87-
['~1.2.1 1.2.3', '1.2.3'],
8887
['>=1.2.1 1.2.3', '1.2.3'],
8988
['1.2.3 >=1.2.1', '1.2.3'],
9089
['>=1.2.3 >=1.2.1', '1.2.3'],

test/fixtures/range-parse.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ module.exports = [
1414
['>=*', '*'],
1515
['', '*'],
1616
['*', '*'],
17-
['*', '*'],
1817
['>=1.0.0', '>=1.0.0'],
1918
['>1.0.0', '>1.0.0'],
2019
['<=2.0.0', '<=2.0.0'],
2120
['1', '>=1.0.0 <2.0.0-0'],
22-
['<=2.0.0', '<=2.0.0'],
23-
['<=2.0.0', '<=2.0.0'],
24-
['<2.0.0', '<2.0.0'],
2521
['<2.0.0', '<2.0.0'],
2622
['>= 1.0.0', '>=1.0.0'],
2723
['>= 1.0.0', '>=1.0.0'],
@@ -34,25 +30,19 @@ module.exports = [
3430
['< 2.0.0', '<2.0.0'],
3531
['<\t2.0.0', '<2.0.0'],
3632
['>=0.1.97', '>=0.1.97'],
37-
['>=0.1.97', '>=0.1.97'],
3833
['0.1.20 || 1.2.4', '0.1.20||1.2.4'],
3934
['>=0.2.3 || <0.0.1', '>=0.2.3||<0.0.1'],
40-
['>=0.2.3 || <0.0.1', '>=0.2.3||<0.0.1'],
41-
['>=0.2.3 || <0.0.1', '>=0.2.3||<0.0.1'],
4235
['||', '*'],
4336
['2.x.x', '>=2.0.0 <3.0.0-0'],
4437
['1.2.x', '>=1.2.0 <1.3.0-0'],
4538
['1.2.x || 2.x', '>=1.2.0 <1.3.0-0||>=2.0.0 <3.0.0-0'],
46-
['1.2.x || 2.x', '>=1.2.0 <1.3.0-0||>=2.0.0 <3.0.0-0'],
4739
['x', '*'],
4840
['2.*.*', '>=2.0.0 <3.0.0-0'],
4941
['1.2.*', '>=1.2.0 <1.3.0-0'],
5042
['1.2.* || 2.*', '>=1.2.0 <1.3.0-0||>=2.0.0 <3.0.0-0'],
51-
['*', '*'],
5243
['2', '>=2.0.0 <3.0.0-0'],
5344
['2.3', '>=2.3.0 <2.4.0-0'],
5445
['~2.4', '>=2.4.0 <2.5.0-0'],
55-
['~2.4', '>=2.4.0 <2.5.0-0'],
5646
['~>3.2.1', '>=3.2.1 <3.3.0-0'],
5747
['~1', '>=1.0.0 <2.0.0-0'],
5848
['~>1', '>=1.0.0 <2.0.0-0'],
@@ -75,7 +65,6 @@ module.exports = [
7565
['>= 1', '>=1.0.0'],
7666
['<1.2', '<1.2.0-0'],
7767
['< 1.2', '<1.2.0-0'],
78-
['1', '>=1.0.0 <2.0.0-0'],
7968
['>01.02.03', '>1.2.3', true],
8069
['>01.02.03', null],
8170
['~1.2.3beta', '>=1.2.3-beta <1.3.0-0', { loose: true }],

test/fixtures/version-gt-range.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = [
3434
['=0.7.x', '0.8.0'],
3535
['=0.7.x', '0.8.0-asdf'],
3636
['<0.7.x', '0.7.0'],
37-
['~1.2.2', '1.3.0'],
3837
['1.0.0 - 2.0.0', '2.2.3'],
3938
['1.0.0', '1.0.1'],
4039
['<=2.0.0', '3.0.0'],
@@ -46,17 +45,13 @@ module.exports = [
4645
['1.2.x', '1.3.3'],
4746
['1.2.x || 2.x', '3.1.3'],
4847
['2.*.*', '3.1.3'],
49-
['1.2.*', '1.3.3'],
5048
['1.2.* || 2.*', '3.1.3'],
5149
['2', '3.1.2'],
5250
['2.3', '2.4.1'],
53-
['~2.4', '2.5.0'], // >=2.4.0 <2.5.0
5451
['~>3.2.1', '3.3.2'], // >=3.2.1 <3.3.0
55-
['~1', '2.2.3'], // >=1.0.0 <2.0.0
5652
['~>1', '2.2.3'],
5753
['~1.0', '1.1.0'], // >=1.0.0 <1.1.0
5854
['<1', '1.0.0'],
59-
['1', '2.0.0beta', true],
6055
['<1', '1.0.0beta', true],
6156
['< 1', '1.0.0beta', true],
6257
['=0.7.x', '0.8.2'],

test/fixtures/version-lt-range.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,22 @@ module.exports = [
3030
['> 1.2', '1.2.1'],
3131
['1', '0.0.0beta', true],
3232
['~v0.5.4-pre', '0.5.4-alpha'],
33-
['~v0.5.4-pre', '0.5.4-alpha'],
3433
['=0.7.x', '0.6.0'],
3534
['=0.7.x', '0.6.0-asdf'],
3635
['>=0.7.x', '0.6.0'],
37-
['~1.2.2', '1.2.1'],
3836
['1.0.0 - 2.0.0', '0.2.3'],
3937
['1.0.0', '0.0.1'],
4038
['>=2.0.0', '1.0.0'],
4139
['>=2.0.0', '1.9999.9999'],
42-
['>=2.0.0', '1.2.9'],
43-
['>2.0.0', '2.0.0'],
4440
['>2.0.0', '1.2.9'],
4541
['2.x.x', '1.1.3'],
4642
['1.2.x', '1.1.3'],
4743
['1.2.x || 2.x', '1.1.3'],
4844
['2.*.*', '1.1.3'],
49-
['1.2.*', '1.1.3'],
5045
['1.2.* || 2.*', '1.1.3'],
5146
['2', '1.9999.9999'],
5247
['2.3', '2.2.1'],
53-
['~2.4', '2.3.0'], // >=2.4.0 <2.5.0
5448
['~>3.2.1', '2.3.2'], // >=3.2.1 <3.3.0
55-
['~1', '0.2.3'], // >=1.0.0 <2.0.0
5649
['~>1', '0.2.3'],
5750
['~1.0', '0.0.0'], // >=1.0.0 <1.1.0
5851
['>1', '1.0.0'],

test/fixtures/version-not-gt-range.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ module.exports = [
4848
['1.2.*', '1.2.3'],
4949
['1.2.* || 2.*', '2.1.3'],
5050
['1.2.* || 2.*', '1.2.3'],
51-
['1.2.* || 2.*', '1.2.3'],
52-
['*', '1.2.3'],
5351
['2', '2.1.2'],
5452
['2.3', '2.3.1'],
5553
['~2.4', '2.4.0'], // >=2.4.0 <2.5.0

test/fixtures/version-not-lt-range.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ module.exports = [
4848
['1.2.*', '1.2.3'],
4949
['1.2.* || 2.*', '2.1.3'],
5050
['1.2.* || 2.*', '1.2.3'],
51-
['1.2.* || 2.*', '1.2.3'],
52-
['*', '1.2.3'],
5351
['2', '2.1.2'],
5452
['2.3', '2.3.1'],
5553
['~2.4', '2.4.0'], // >=2.4.0 <2.5.0

0 commit comments

Comments
 (0)