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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user