mirror of https://gitlab.com/bashrc2/epicyon
Test for multi character emoji reaction
parent
ec5245cd1c
commit
1dc079f30a
1
tests.py
1
tests.py
|
@ -5914,6 +5914,7 @@ def _testValidEmojiContent() -> None:
|
||||||
assert not validEmojiContent(None)
|
assert not validEmojiContent(None)
|
||||||
assert not validEmojiContent(' ')
|
assert not validEmojiContent(' ')
|
||||||
assert not validEmojiContent('j')
|
assert not validEmojiContent('j')
|
||||||
|
assert not validEmojiContent('😀😀')
|
||||||
assert validEmojiContent('😀')
|
assert validEmojiContent('😀')
|
||||||
assert validEmojiContent('😄')
|
assert validEmojiContent('😄')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue