mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 18:30:06 +00:00
feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist.
This commit is contained in:
@@ -17,7 +17,7 @@ data test1;
|
||||
input;
|
||||
libds=_infile_;
|
||||
%mp_validatecol(libds,LIBDS,is_libds)
|
||||
if libds=1;
|
||||
if is_libds=1;
|
||||
datalines4;
|
||||
some.libname
|
||||
!lib.blah
|
||||
|
||||
Reference in New Issue
Block a user