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
The tests are very much of the time they were written (or, perhaps, of my level of knowledge at the time they were written). There's a lot of stuff like ok(&sub eq 'string') which sohld be changed to is(sub(), 'string').
Also we should get rid of the explicit plans and use done_testing().
The text was updated successfully, but these errors were encountered:
The tests are very much of the time they were written (or, perhaps, of my level of knowledge at the time they were written). There's a lot of stuff like
ok(&sub eq 'string')
which sohld be changed tois(sub(), 'string')
.Also we should get rid of the explicit plans and use
done_testing()
.The text was updated successfully, but these errors were encountered: