mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-23 18:12:13 +00:00
parent
7e08d23eeb
commit
aa66478c20
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue