diff options
Diffstat (limited to 'spdxconv_test.go')
| -rw-r--r-- | spdxconv_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spdxconv_test.go b/spdxconv_test.go index 6c33645..84b3718 100644 --- a/spdxconv_test.go +++ b/spdxconv_test.go @@ -163,6 +163,8 @@ test.json,default,0,2026,default,0,, // .gitignore,exist,0,,exist,1,#, a/b/.gitignore,exist,0,,exist,1,#, +po/test.po,,0,,,0,, +po/test.pot,,0,,,0,, with_spdx.go,exist,0,,exist,1,//, ` @@ -360,6 +362,8 @@ func TestSPDXConv_scanDir(t *testing.T) { `go.sum`, `no_copyright_year.md`, `po/included.go`, + `po/test.po`, + `po/test.pot`, `test.go`, `test.html`, `test.json`, |
