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
When the move number field is empty (trailing space at the end),
the validation returned valid since isNaN('') is false and
(parseInt('') <= 0) is NaN <= 0, which is false.
Added the new (previously failing) test case.
0 commit comments