We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cf111 commit 98eb203Copy full SHA for 98eb203
utils/spdx-document/src/test/kotlin/model/SpdxDocumentTest.kt
@@ -38,6 +38,8 @@ import org.ossreviewtoolkit.utils.test.readResource
38
*
39
* The "*-no-ranges.spdx.*" resource files have the "ranges" property removed, which is actually broken in the
40
* specification and impossible to implement.
41
+ *
42
+ * Note: The examples files of v2.2.2, v2.2.1 and also v2.2.1-ISO-final are identical.
43
*/
44
class SpdxDocumentTest : WordSpec({
45
"The official YAML example from the SPDX specification version 2.2.2" should {
0 commit comments