1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 20:10:05 +00:00

feat: adding mp_assertscope.sas, closes #146. Also adding test for mp_assert.sas

This commit is contained in:
Allan Bowe
2022-01-18 18:24:53 +00:00
parent c6dcf919e2
commit a37a72b7db
4 changed files with 332 additions and 234 deletions

View File

@@ -0,0 +1,15 @@
/**
@file
@brief Testing mp_assert macro
@details This is quite "meta".. it's just testing itself
<h4> SAS Macros </h4>
@li mp_assert.sas
**/
%mp_assert(
iftrue=(1=1),
desc=Checking result was created,
outds=work.test_results
)