Add test for new BBCode tag

pull/10889/head
Hypolite Petovan 2021-10-18 02:44:41 -04:00
rodzic 39aff642aa
commit fe5d1444a5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -292,6 +292,10 @@ Karl Marx - Die ursprüngliche Akkumulation
'try_oembed' => false,
'simpleHtml' => BBCode::TWITTER,
],
'task-10886-deprecate-class' => [
'expectedHTML' => '<span class="mastodon emoji"><img src="https://fedi.underscore.world/emoji/custom/custom/heart_nb.png" alt=":heart_nb:" title=":heart_nb:"></span>',
'text' => '[emoji=https://fedi.underscore.world/emoji/custom/custom/heart_nb.png]:heart_nb:[/emoji]',
]
];
}