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:
15
tests/crossplatform/mp_assert.test.sas
Normal file
15
tests/crossplatform/mp_assert.test.sas
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user