Skip to content

Commit

Permalink
Add Emoji test case
Browse files Browse the repository at this point in the history
See #2246
  • Loading branch information
bep committed Jul 1, 2016
1 parent 7e08d23 commit aa66478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/emoji_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit aa66478

Please sign in to comment.