Skip to content

Commit d8ca49f

Browse files
feat(CSAF2.1): #350 add mandatory test 6.1.54 - fix string quotes
1 parent 4434a7d commit d8ca49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csaf_2_1/mandatoryTests/mandatoryTest_6_1_54.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function mandatoryTest_6_1_54(doc) {
9898
ctx.isValid = false
9999
ctx.errors.push({
100100
instancePath: '/document/license_expression',
101-
message: `Invalid license expression: '${licenseToCheck}'`,
101+
message: `Invalid license expression: "${licenseToCheck}"`,
102102
})
103103
}
104104

0 commit comments

Comments
 (0)