You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a reason to test the input value with empty()
There is no possibility to test with 0 as input
An empty string could be a nice test case for scripts.
A nil value as well. Maybe a second button to test nil/null values would be nice.
Best Regards,
Marco
The text was updated successfully, but these errors were encountered:
mbraeuner
changed the title
testeing lua script with "0" throws luaUpdater.validation.empty_test_value exception
testing lua script with "0" throws luaUpdater.validation.empty_test_value exception
Jul 21, 2021
Hi there,
is there a reason to test the input value with empty()
There is no possibility to test with
0
as inputAn empty string could be a nice test case for scripts.
A
nil
value as well. Maybe a second button to test nil/null values would be nice.Best Regards,
Marco
The text was updated successfully, but these errors were encountered: