mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-24 00:41:06 +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.
|
: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))
|
result := Emojify([]byte(this.input))
|
||||||
|
|
Loading…
Reference in a new issue