1
0
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:
allan
2025-05-17 15:06:47 +01:00
parent f542ddec99
commit 15c0576207
2 changed files with 456 additions and 0 deletions

View 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
)