1
0
mirror of https://github.com/sasjs/core.git synced 2026-07-23 23:45:28 +00:00

feat: mp_rowhash macro and fixed failing tests

This commit is contained in:
dcbot
2026-07-18 13:09:58 +01:00
parent d489c98b87
commit 167defb31b
20 changed files with 458 additions and 53 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ data _null_;
run;
%mp_assert(
iftrue=("&test1a"="A:best3. B:best4. C:best."),
iftrue=("&test1a"="A:best3. B:best4. C:best32."),
desc=Checking header row Test 1,
outds=work.test_results
)