We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab66b1 commit 0c6ff3fCopy full SHA for 0c6ff3f
1 file changed
tests/test_module.py
@@ -130,7 +130,7 @@ def test_extra_tag():
130
131
132
def test_find_empty_attribute():
133
- # Check whether we can find an element with an empty attribute
+ # Check whether we can find an element with an empty-valued attribute
134
html = "<html><body><form autofocus><input type='checkbox' checked></form></body></html>"
135
form = quick_parse_filter(html, "form", {"autofocus": True})
136
assert "autofocus" in form.attrib
0 commit comments