Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
  • Loading branch information
Serial-ATA authored and phw committed Mar 14, 2024
1 parent d2e7283 commit 63e1604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_util_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def test_display_tag_name(self):
def test_parse_comment_tag(self):
self.assertEqual(('XXX', 'foo'), parse_comment_tag('comment:XXX:foo'))
self.assertEqual(('eng', 'foo'), parse_comment_tag('comment:foo'))
self.assertEqual(('XXX', ''), parse_comment_tag('comment:XXX'))
self.assertEqual(('eng', ''), parse_comment_tag('comment'))

0 comments on commit 63e1604

Please sign in to comment.