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 4405932 commit de3108aCopy full SHA for de3108a
test/tag.test.py
@@ -594,6 +594,7 @@ def test_tag_filter_partial_match(self):
594
self.assertNotIn("three", out)
595
self.assertIn("four", out)
596
597
+
598
class TestIssue3957(TestCase):
599
def setUp(self):
600
"""Executed before each test in the class"""
@@ -606,7 +607,7 @@ def test_tag_dashes_and_utf8_glyphs(self):
606
607
- UTF-8 can work as first/only chars too
608
"""
609
crabglyph = "\U0001f980"
- testtags = ['', 'this-test', 'that-test.foo', f"foo-{crabglyph}"]
610
+ testtags = ["", "this-test", "that-test.foo", f"foo-{crabglyph}"]
611
612
self.t(f"add{'\x20+'.join(testtags)} one")
613
code, out, err = self.t("_get 1.tags")
0 commit comments