mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
all: Fix typos in function names and comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
12dc9a6e4a
commit
9009c8cdca
@@ -41,7 +41,7 @@ func TestEmojiCustom(t *testing.T) {
|
||||
{" :beer: :", []byte(" 🍺 :")},
|
||||
{":beer: and :smile: and another :beer:!", []byte("🍺 and 😄 and another 🍺!")},
|
||||
{" :beer: : ", []byte(" 🍺 : ")},
|
||||
{"No smilies for you!", []byte("No smilies for you!")},
|
||||
{"No smiles for you!", []byte("No smiles for you!")},
|
||||
{" The motto: no smiles! ", []byte(" The motto: no smiles! ")},
|
||||
{":hugo_is_the_best_static_gen:", []byte(":hugo_is_the_best_static_gen:")},
|
||||
{"은행 :smile: 은행", []byte("은행 😄 은행")},
|
||||
|
Reference in New Issue
Block a user