libwww-perl / HTML-Parser

The HTML-Parser distribution is is a collection of modules that parse and extract information from HTML documents.
Other
6 stars 13 forks source link

fix test scripts after conversion to Test::More #35

Closed haarg closed 1 year ago

haarg commented 1 year ago

Two of the test scripts were converted from Test to Test::More, but their usage of ok was not properly updated. Test's ok works like ok, is, and like, depending on what arguments it is given. Fix the calls to use is so they are actually testing something.