Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mf_mimetype.test.sas
Go to the documentation of this file.
1/**
2 @file
3 @brief Testing mf_mimetype macro
4
5 <h4> SAS Macros </h4>
6 @li mf_mimetype.sas
7 @li mp_assert.sas
8
9**/
10
11
12%mp_assert(
13 iftrue=("%mf_mimetype(XLS)"="application/vnd.ms-excel",
14 desc=Checking correct value
15)
16