From 67396b2b7575ea8ebbd71a5679aba3d0cd9cb3f6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 16 Oct 2023 16:29:00 +0200 Subject: [PATCH] Re #1774 - adding test for self closing tag that could break xpath --- changedetectionio/tests/test_xpath_selector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changedetectionio/tests/test_xpath_selector.py b/changedetectionio/tests/test_xpath_selector.py index c6510e2c..ba263ecf 100644 --- a/changedetectionio/tests/test_xpath_selector.py +++ b/changedetectionio/tests/test_xpath_selector.py @@ -284,6 +284,8 @@ def test_various_rules(client, live_server):
Some text that will change
some linky another some linky + + """)