Lines Matching full:test_one_match
120 test_one_match (const char *filename, const char *expected)
136 test_one_match ("foo.bar.epub", "application/epub+zip");
137 test_one_match ("core", "application/x-core");
138 test_one_match ("README.in", "text/x-readme");
139 test_one_match ("README.gz", "application/x-gzip");
140 test_one_match ("blabla.cs", "text/x-csharp");
141 test_one_match ("blabla.f90", "text/x-fortran");
142 test_one_match ("blabla.F95", "text/x-fortran");
143 test_one_match ("tarball.tar.gz", "application/x-compressed-tar");
144 test_one_match ("file.gz", "application/x-gzip");
145 test_one_match ("file.tar.lzo", "application/x-tzo");
146 test_one_match ("file.lzo", "application/x-lzop");