2014-10-14 23:50:38 -04:00
|
|
|
USING: system tools.test ;
|
|
|
|
IN: magic
|
|
|
|
|
2015-07-20 11:15:19 -04:00
|
|
|
{ "data" } [ image-path guess-file ] unit-test
|
|
|
|
{ "application/octet-stream" } [ image-path guess-mime-type ] unit-test
|
|
|
|
{ "binary" } [ image-path guess-mime-encoding ] unit-test
|