more tests

This commit is contained in:
sagie gur ari 2020-07-31 10:51:48 +00:00
parent 8e347757dc
commit 620a7a1838

View file

@ -118,6 +118,17 @@ fn test_nested_if2
assert ${valid}
end
fn test_if_call_command
text = set test,
valid = set false
if ends_with ${text} ,
valid = set true
end
assert ${valid}
end
fn test_if_call_to_functions
value = _test_return_true
valid = set false