mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge pull request #4666 from JoshyPHP/ticket/14790
[ticket/14790] Added test case
This commit is contained in:
commit
577bd9efb9
2 changed files with 8 additions and 0 deletions
4
tests/text_processing/tickets_data/PHPBB3-14790.html
Normal file
4
tests/text_processing/tickets_data/PHPBB3-14790.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<span style="color: #0000FF"></span><ul><li><span style="color: #0000FF">text</span></li>
|
||||
<li><span style="color: #0000FF">text</span></li>
|
||||
<li><span style="color: #0000FF">text</span></li>
|
||||
<li><span style="color: #0000FF">text</span></li></ul>
|
4
tests/text_processing/tickets_data/PHPBB3-14790.txt
Normal file
4
tests/text_processing/tickets_data/PHPBB3-14790.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
[color=#0000FF][list][*]text
|
||||
[*]text
|
||||
[*]text
|
||||
[*]text[/list][/color]
|
Loading…
Add table
Reference in a new issue