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
%mp_assertscope(SNAPSHOT)
12
%let test_value=%mf_mimetype(CSV);
13
%mp_assertscope(COMPARE,ignorelist=test_value)
14
15
%mp_assert(
16
iftrue=(
"%mf_mimetype(XLS)"
=
"application/vnd.ms-excel"
),
17
desc=Checking correct value
18
)
19
tests
base
mf_mimetype.test.sas
Generated by
1.9.8
For more information visit the
Macro Core library
.