summaryrefslogtreecommitdiffstats
path: root/helpers/emoji_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/emoji_test.go')
-rw-r--r--helpers/emoji_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/emoji_test.go b/helpers/emoji_test.go
index c4e6dcf89..c310e6d28 100644
--- a/helpers/emoji_test.go
+++ b/helpers/emoji_test.go
@@ -51,6 +51,7 @@ func TestEmojiCustom(t *testing.T) {
:beer:`, []byte(`Aaaaaaaaaa: aaaaaaaaaa aaaaaaaaaa aaaaaaaaaa.
šŸŗ`)},
+ {"test :\n```bash\nthis is a test\n```\n\ntest\n\n:cool::blush:::pizza:\\:blush : : blush: :pizza:", []byte("test :\n```bash\nthis is a test\n```\n\ntest\n\nšŸ†’šŸ˜Š:šŸ•\\:blush : : blush: šŸ•")},
} {
result := Emojify([]byte(this.input))