Add BBCode test for issue #9639
This commit is contained in:
parent
95f099d26c
commit
28d850b95d
1 changed files with 4 additions and 0 deletions
|
@ -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]',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue