Skip to content

Commit

Permalink
update checkbox fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Sep 5, 2023
1 parent 7e7c6aa commit f3a0083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion readme_renderer/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import Dict, List, Optional, Set
from typing import Dict, Optional, Set

import nh3

Expand Down
14 changes: 7 additions & 7 deletions tests/fixtures/test_GFM_024.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<ul>
<li><input type="checkbox" disabled> Valid unchecked checkbox</li>
<li><input type="checkbox" checked disabled> Valid checked checkbox</li>
<li> Invalid enabled checkbox</li>
<li><input type="checkbox" disabled=""> Valid unchecked checkbox</li>
<li><input type="checkbox" checked="" disabled=""> Valid checked checkbox</li>
<li><input type="checkbox"> Invalid enabled checkbox</li>
<li>

<input>
</li>
<li>

<input type="submit">
</li>
<li>

<input>
</li>
<li>

<input type="checkbox" checked="">
</li>
</ul>

0 comments on commit f3a0083

Please sign in to comment.