mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
test: add new corner cases for linguist v7.26
test plan - go test -run '^Test_EnryOnLinguistCorpus$' github.com/go-enry/go-enry/v2
This commit is contained in:
@ -33,6 +33,12 @@ func (s *linguistCorpusSuite) TestLinguistSamples() {
|
||||
"anti-facebook.txt": true,
|
||||
"fake-news.txt": true,
|
||||
"test_rules.txt": true,
|
||||
// backreference in .plist heuristics for "XML Property List" language https://github.com/go-enry/go-enry/pull/169#discussion_r1319889500
|
||||
// upsteam fix comming in https://github.com/go-enry/go-enry/pull/169#issuecomment-1708840755
|
||||
"ff-man.plist": true,
|
||||
"info.min.plist": true,
|
||||
"info.plist": true,
|
||||
"man.plist": true,
|
||||
}
|
||||
|
||||
var total, failed, ok, other int
|
||||
|
Reference in New Issue
Block a user