Skip to content

Commit 2919fa9

Browse files
committed
README: Do not test on new SPDX IDs ending with +
1 parent d7daff4 commit 2919fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The bulk of the SPDX standard describes syntax and semantics of XML metadata fil
4747
var identifiers = []
4848
.concat(require('spdx-license-ids'))
4949
.concat(require('spdx-license-ids/deprecated'))
50+
.filter(function (id) { return id[id.length - 1] !== '+' })
5051

5152
identifiers.forEach(function (id) {
5253
assert.deepEqual(parse(id), {license: id})

0 commit comments

Comments
 (0)