From fe5d1444a5d92b3041989be2cd6bf3296c521540 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 18 Oct 2021 02:44:41 -0400 Subject: [PATCH] Add test for new BBCode tag --- tests/src/Content/Text/BBCodeTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/src/Content/Text/BBCodeTest.php b/tests/src/Content/Text/BBCodeTest.php index 730e0b6da..cb17758c7 100644 --- a/tests/src/Content/Text/BBCodeTest.php +++ b/tests/src/Content/Text/BBCodeTest.php @@ -292,6 +292,10 @@ Karl Marx - Die ursprüngliche Akkumulation 'try_oembed' => false, 'simpleHtml' => BBCode::TWITTER, ], + 'task-10886-deprecate-class' => [ + 'expectedHTML' => ':heart_nb:', + 'text' => '[emoji=https://fedi.underscore.world/emoji/custom/custom/heart_nb.png]:heart_nb:[/emoji]', + ] ]; }