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

fix: setting blank value to 0 in mf_isint()

This commit is contained in:
Allan Bowe
2022-04-26 14:04:54 +00:00
parent 8484c752ed
commit cc1b971e19
2 changed files with 12 additions and 1 deletions

View File

@@ -30,4 +30,12 @@
),
desc=Checking mf_isint(-1),
outds=work.test_results
)
%mp_assert(
iftrue=(
"%mf_isint()"="0"
),
desc=Checking mf_isint(),
outds=work.test_results
)