Re #1774 - adding test for self closing tag that could break xpath

This commit is contained in:
dgtlmoon
2023-10-16 16:29:00 +02:00
parent 67c77922fc
commit 67396b2b75
@@ -284,6 +284,8 @@ def test_various_rules(client, live_server):
<div class="changetext">Some text that will change</div>
<a href=''>some linky </a>
<a href=''>another some linky </a>
<!-- related to https://github.com/dgtlmoon/changedetection.io/pull/1774 -->
<input type="email" id="email" />
</body>
</html>
""")