mirror of
https://github.com/sasjs/core.git
synced 2025-12-11 06:24:35 +00:00
fix: fixing tests for mp_chop
This commit is contained in:
@@ -49,22 +49,22 @@ data _null_;
|
|||||||
run;
|
run;
|
||||||
|
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=("&test1" ne "startsection"),
|
iftrue=("&test1" = "startsection"),
|
||||||
desc=Checking keep FIRST matchpoint START
|
desc=Checking keep FIRST matchpoint START
|
||||||
outds=work.test_results
|
outds=work.test_results
|
||||||
)
|
)
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=("&test2" ne "Chop here!endsection"),
|
iftrue=("&test2" = "Chop here!endsection"),
|
||||||
desc=Checking keep LAST matchpoint START
|
desc=Checking keep LAST matchpoint START
|
||||||
outds=work.test_results
|
outds=work.test_results
|
||||||
)
|
)
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=("&test1" ne "startsectionChop here!"),
|
iftrue=("&test3" = "startsectionChop here!"),
|
||||||
desc=Checking keep FIRST matchpoint END
|
desc=Checking keep FIRST matchpoint END
|
||||||
outds=work.test_results
|
outds=work.test_results
|
||||||
)
|
)
|
||||||
%mp_assert(
|
%mp_assert(
|
||||||
iftrue=("&test2" ne "endsection"),
|
iftrue=("&test4" = "endsection"),
|
||||||
desc=Checking keep LAST matchpoint END
|
desc=Checking keep LAST matchpoint END
|
||||||
outds=work.test_results
|
outds=work.test_results
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user