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 042a1a1 commit b154f49Copy full SHA for b154f49
pkg/detector_test.go
@@ -158,6 +158,18 @@ func TestLicenceDetector_GuessFilenameReadmeLogic(t *testing.T) {
158
},
159
160
161
+ {
162
+ name: "README ISC",
163
+ args: args{
164
+ filename: "README.md",
165
+ content: iscLicense,
166
+ },
167
+ want: []LicenseGuess{
168
169
+ Name: "ISC",
170
171
172
173
}
174
175
for _, tt := range tests {
0 commit comments