Add test for new BBCode tag

This commit is contained in:
Hypolite Petovan 2021-10-18 02:44:41 -04:00
parent 39aff642aa
commit fe5d1444a5
1 changed files with 4 additions and 0 deletions

View File

@ -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]',
]
];
}