mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
add test for fix45
This commit is contained in:
@@ -70,9 +70,8 @@ def test_html_loading():
|
||||
|
||||
|
||||
def test_links():
|
||||
assert not("#test".startswith('#') and True) is True
|
||||
assert not("#test".startswith('#') and True) is False
|
||||
assert not("test".startswith('#') and True) is True
|
||||
|
||||
assert not("#test".startswith('#') and False) is True
|
||||
assert not("test".startswith('#') and False) is True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user