Skip to content

Commit 0603958

Browse files
authored
Add test for tag without trailing dash (#284)
1 parent f17ea39 commit 0603958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_bugzilla.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"whiteboard,expected",
99
[
1010
("", ["bugzilla"]),
11+
("[tag]", ["bugzilla", "tag", "[tag]"]),
1112
("[test whiteboard]", ["bugzilla", "test.whiteboard", "[test.whiteboard]"]),
1213
("[test-whiteboard]", ["bugzilla", "test-whiteboard", "[test-whiteboard]"]),
1314
(

0 commit comments

Comments
 (0)