From 6aa18cf69212501e5417697e9d02567b7c82e88e Mon Sep 17 00:00:00 2001 From: msm Date: Fri, 23 Aug 2024 13:49:43 +0200 Subject: [PATCH] anchor --- tests/test_task_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_task_filters.py b/tests/test_task_filters.py index 96552d9..aa58db1 100644 --- a/tests/test_task_filters.py +++ b/tests/test_task_filters.py @@ -524,7 +524,7 @@ def test_oldstyle_wildcards(self): self.assertTrue(task_sample.matches_filters(filters)) def test_wildcards_anchored(self): - # Old-style wildcards, except negative filters, don't mix + # Just to make sure matching is anchored at ^ and $. filters = [{"foo": "bar"}] task_sample = Task(headers={