Skip to content

Commit

Permalink
Add test for half-op nick
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Jan 31, 2014
1 parent ce2085e commit 2b84bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rezoirclogs/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_exotic_nicknames(self):
("04:54:00 <@Zertr1> derns!", "Zertr1"),
("01:59 < kage> c'est moche les GUI en java", "kage"),
("11:59 <~kage> c'est moche les GUI en java", "kage"),
("11:59 <%zeroNounours> test", "zeroNounours"),
("01:59 <&kage> c'est moche les GUI en java", "kage")]

for line, nick in lines:
Expand Down

0 comments on commit 2b84bfc

Please sign in to comment.