mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 02:10:06 +00:00
feat: new mf_mimetype macro
(and associated test)
This commit is contained in:
16
tests/base/mf_mimetype.test.sas
Normal file
16
tests/base/mf_mimetype.test.sas
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
@file
|
||||
@brief Testing mf_mimetype macro
|
||||
|
||||
<h4> SAS Macros </h4>
|
||||
@li mf_mimetype.sas
|
||||
@li mp_assert.sas
|
||||
|
||||
**/
|
||||
|
||||
|
||||
%mp_assert(
|
||||
iftrue=("%mf_mimetype(XLS)"="application/vnd.ms-excel",
|
||||
desc=Checking correct value
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user