Skip to content

Commit

Permalink
fixed lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrul-dmr committed Aug 20, 2021
1 parent dcdd215 commit 86f147b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_emoticon_hdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

@pytest.mark.parametrize('toker, text, tokens_true', [
(ICUTokenizer, "komik:) :( ;) <3 :/ :p :P :d :D :-) :-( xd xD :)))) ^_^ bu da benimki 8=======D",
["komik", ":)", ":(", ";)", "<3", ":/", ":p", ":P", ":d", ":D", ":-)", ":-(", "xd", "xD", ":))))", "^_^", "bu", "da", "benimki", "8=======D"]),
["komik", ":)", ":(", ";)", "<3", ":/", ":p", ":P", ":d", ":D", ":-)", ":-(", "xd", "xD", ":))))", "^_^", "bu",
"da", "benimki", "8=======D"]),
(SimpleTokenizer, "komik:) :( ;) <3 :/ :p :P :d :D :-) :-( xd xD :)))) ^_^",
["komik", ":)", ":(", ";)", "<3", ":/", ":p", ":P", ":d", ":D", ":-)", ":-(", "xd", "xD", ":))))", "^_^"]),
(BertTokenizer, "komik:) :( ;) <3 :/ :p :P :d :D :-) :-( xd xD :)))) ^_^",
Expand Down

0 comments on commit 86f147b

Please sign in to comment.