magic: fix image path
parent
329aed2366
commit
a1c4678a98
|
@ -1,6 +1,6 @@
|
||||||
USING: system tools.test ;
|
USING: system tools.test ;
|
||||||
IN: magic
|
IN: magic
|
||||||
|
|
||||||
{ "data" } [ image guess-file ] unit-test
|
{ "data" } [ image-path guess-file ] unit-test
|
||||||
{ "application/octet-stream" } [ image guess-mime-type ] unit-test
|
{ "application/octet-stream" } [ image-path guess-mime-type ] unit-test
|
||||||
{ "binary" } [ image guess-mime-encoding ] unit-test
|
{ "binary" } [ image-path guess-mime-encoding ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue