Add BBCode test for issue #9639

This commit is contained in:
Hypolite Petovan 2020-12-18 11:11:48 -05:00
parent 95f099d26c
commit 28d850b95d
1 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,10 @@ class BBCodeTest extends MockedTest
'expectedHTML' => '<span style="color:#FFFFFF;">dare to move your mouse here</span>',
'text' => '[color=FFFFFF]dare to move your mouse here[/color]'
],
'bug-9639-span-classes' => [
'expectedHTML' => '<span class="arbitrary classes">Test</span>',
'text' => '[class=arbitrary classes]Test[/class]',
],
];
}