Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Lint CPAN distribution.

Report information
The Basics
Id: 1378
Status: resolved
Priority: 0/
Queue: HTML-Lint

People
Owner: Nobody in particular
Requestors: andy [...] petdance.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.11
Fixed in: (no value)



Subject: html_ok() doesn't handle undef nicely
If you pass html_ok(undef), you get a warning, but no failed test. html_ok() should NOT pass undef as OK. Also, define how HTML::Lint->parse() handles it, too.