mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #3568 from s9e/ticket/10268
[ticket/10268] Added regression test * s9e/ticket/10268: [ticket/10268] Added regression test
This commit is contained in:
commit
d73c5f1292
2 changed files with 8 additions and 0 deletions
4
tests/text_processing/tickets_data/PHPBB3-10268.html
Normal file
4
tests/text_processing/tickets_data/PHPBB3-10268.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<blockquote><div><cite><a href="http://phpbb.com" class="postlink">http://phpbb.com</a> wrote:</cite>...</div></blockquote>
|
||||
<blockquote><div><cite><a href="http://phpbb.com" class="postlink"> http://phpbb.com</a> wrote:</cite>...</div></blockquote>
|
||||
<span style="font-weight: bold"><a href="http://phpbb.com" class="postlink">http://phpbb.com</a></span><br>
|
||||
<span style="font-weight: bold"> <a href="http://phpbb.com" class="postlink">http://phpbb.com</a></span><br>
|
4
tests/text_processing/tickets_data/PHPBB3-10268.txt
Normal file
4
tests/text_processing/tickets_data/PHPBB3-10268.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
[quote="http://phpbb.com"]...[/quote]
|
||||
[quote=" http://phpbb.com"]...[/quote]
|
||||
[b]http://phpbb.com[/b]
|
||||
[b] http://phpbb.com[/b]
|
Loading…
Add table
Reference in a new issue