We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6558eb9 commit cb8c2e5Copy full SHA for cb8c2e5
tests/unit/test_filter.py
@@ -37,7 +37,7 @@
37
("==", "tag/with/slashes", "@tag_field:{tag\\/with\\/slashes}"),
38
(
39
"==",
40
- ["hypen-tag", "under_score", "dot.tag"],
+ ["hyphen-tag", "under_score", "dot.tag"],
41
"@tag_field:{hyphen\\-tag|under_score|dot\\.tag}",
42
),
43
# ...additional unique cases as desired...
0 commit comments