]> gitweb.factorcode.org Git - factor.git/blob - extra/mime-types/mime-types-tests.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / mime-types / mime-types-tests.factor
1 IN: mime-types.tests
2 USING: mime-types tools.test ;
3
4 [ "application/postscript" ] [ "foo.ps" mime-type ] unit-test
5 [ "application/octet-stream" ] [ "foo.ps.gz" mime-type ] unit-test
6 [ "text/plain" ] [ "foo.factor" mime-type ] unit-test