petdance/test-www-mechanize

Make lacks_uncapped_inputs work better

Closed this issue · 1 comments

  • Does not check for inputs having a maxlength set to the empty string. Should check that the value is a non-negative integer.
  • Only works on the current form. Consider having it check all forms on the page.

It does indeed check for empty strings. Now I've added tests for it.