mirror of
https://github.com/sasjs/core.git
synced 2025-12-11 06:24:35 +00:00
chore(tests): adding some extra test cases
This commit is contained in:
@@ -52,6 +52,8 @@ AND,OR,2,Weight,NE,77.7
|
||||
AND,AND,1,age,=,.A
|
||||
AND,AND,1,height,<,.B
|
||||
AND,AND,1,age,IN,"(.a,.b,.)"
|
||||
AND,AND,1,age,IN,"(.A)"
|
||||
|
||||
;;;;
|
||||
run;
|
||||
|
||||
|
||||
@@ -56,6 +56,9 @@ AND,AND,1,SEX,<=,"'M'"
|
||||
AND,OR,2,Name,NOT IN,"('Jane','Alfred')"
|
||||
AND,OR,2,Weight,>=,77.7
|
||||
AND,OR,2,Weight,NE,77.7
|
||||
AND,AND,3,age,NOT IN,"(.a,.b,.)"
|
||||
AND,AND,3,age,NOT IN,"(.A)"
|
||||
AND,AND,4,Name,=,"'Jeremiah'"
|
||||
;;;;
|
||||
run;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user