]> gitweb.factorcode.org Git - factor.git/blob - basis/mime/types/types-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / mime / types / 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