parent
16034bb613
commit
d4f28fd4ad
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ func TestRender_emoji(t *testing.T) {
|
|||
//Text that should be turned into or recognized as emoji
|
||||
test(
|
||||
":gitea:",
|
||||
`<p><span class="emoji" aria-label="gitea"><img alt=":gitea:" src="`+setting.StaticURLPrefix+`/img/emoji/gitea.png"/></span></p>`)
|
||||
`<p><span class="emoji" aria-label="gitea"><img alt=":gitea:" src="`+setting.StaticURLPrefix+`/assets/img/emoji/gitea.png"/></span></p>`)
|
||||
|
||||
test(
|
||||
"Some text with 😄 in the middle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue