From f54e9e382abdf72cf2efa32749eaa311e59365cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Fri, 18 Jul 2025 16:37:33 -0700 Subject: [PATCH] tests: fix invalid escape This made the common mistake of putting `\.` instead of `\\.` in a non-raw string. --- tests/test_units.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_units.py b/tests/test_units.py index a6ff9db..c495ac9 100644 --- a/tests/test_units.py +++ b/tests/test_units.py @@ -177,7 +177,7 @@ def test_robots_connection_failure(): def test_scoping(): test_scope = yaml.safe_load( - """ + r""" max_hops: 100 accepts: - url_match: REGEX_MATCH