= std::array{
PlayListClassifyTest{"https://some.where/foo.m3u8", false},
PlayListClassifyTest{"https://some.where/something", true, "audio/x-pn-realaudio"},
PlayListClassifyTest{"https://some.where/something", true, "playlist"},
PlayListClassifyTest{"https://some.where/something", true, "audio/x-mpegurl"},
PlayListClassifyTest{"/home/user/video.m3u", true},
PlayListClassifyTest{"/home/user/video.m3u8", true},
PlayListClassifyTest{"/home/user/video.b4s", true},
PlayListClassifyTest{"/home/user/video.pls", true},
PlayListClassifyTest{"/home/user/video.strm", true},
PlayListClassifyTest{"/home/user/video.wpl", true},
PlayListClassifyTest{"/home/user/video.asx", true},
PlayListClassifyTest{"/home/user/video.ram", true},
PlayListClassifyTest{"/home/user/video.url", true},
PlayListClassifyTest{"/home/user/video.pxml", true},
PlayListClassifyTest{"/home/user/video.xspf", true},
}
Definition TestPlayListFileItemClassify.cpp:20