aboutsummaryrefslogtreecommitdiff
path: root/spdxconv_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'spdxconv_test.go')
-rw-r--r--spdxconv_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/spdxconv_test.go b/spdxconv_test.go
index 68dca0f..8fbeb7e 100644
--- a/spdxconv_test.go
+++ b/spdxconv_test.go
@@ -163,8 +163,7 @@ func TestSPDXConv_loadConfig(t *testing.T) {
DeleteLinePattern: []string{
`^(//+|#+)\s+license that(.*)$`,
},
- DeleteMatch: true,
- rePattern: regexp.MustCompile(`^(//+|#+)\s+(.*)governed by a BSD-style(.*)$`),
+ rePattern: regexp.MustCompile(`^(//+|#+)\s+(.*)governed by a BSD-style(.*)$`),
reDeleteLine: []*regexp.Regexp{
regexp.MustCompile(`^(//+|#+)\s+license that(.*)$`),
},