Add Emoji test case
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 1 Jul 2016 13:12:36 +0000 (15:12 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 1 Jul 2016 15:06:13 +0000 (17:06 +0200)
See #2246

helpers/emoji_test.go

index c4e6dcf89c4f3aa88176adaec1ef37872c349805..c310e6d28a1c5136c58e912aa81e34e457ca9417 100644 (file)
@@ -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))