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

fix: adjustments to ensure the tests work, also building all.sas

This commit is contained in:
munja
2022-01-24 12:53:36 +01:00
parent c3b89c7f7d
commit 0e03b06a4b
5 changed files with 223 additions and 151 deletions

View File

@@ -12,7 +12,7 @@
data test;
call symputx('null',mcf_length(.));
call symputx('special',mcf_length(._))
call symputx('special',mcf_length(._));
call symputx('three',mcf_length(1));
call symputx('four',mcf_length(10000000));
call symputx('five',mcf_length(12345678));