Ticket #37 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

fixture.py does not understand boolean attributes

Reported by: jonas@… Owned by: ianb
Priority: normal Milestone:
Component: paste Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

paste.fixture.py currently ignores boolean attributes like:

<option selected>Something</option>

and:

<input type="radio|checkbox" checked>

Attachments

fixture_boolean.diff Download (1.5 KB) - added by jonas@… 6 years ago.
Proposed patch

Change History

Changed 6 years ago by jonas@…

Proposed patch

Changed 6 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Thanks, applied in r4172

Note: See TracTickets for help on using tickets.