ref: aa66478c201053165e5f7dd041915f68f7f87c27
parent: 7e08d23eebe8de8c688150900423dca6234b22a8
author: BjΓΈrn Erik Pedersen <[email protected]>
date: Fri Jul 1 11:12:36 EDT 2016
Add Emoji test case See #2246
--- a/helpers/emoji_test.go
+++ b/helpers/emoji_test.go
@@ -51,6 +51,7 @@
: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))