add test for fix45

This commit is contained in:
qiyuan
2018-02-28 12:25:18 +08:00
parent d83ef1a697
commit b78e0e9e73
+1 -2
View File
@@ -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