mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13425] Added regression test
PHPBB3-13425
This commit is contained in:
parent
39f1e8c009
commit
71660301d6
3 changed files with 25 additions and 0 deletions
1
tests/text_processing/tickets_data/PHPBB3-13425.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-13425.html
Normal file
|
@ -0,0 +1 @@
|
|||
<blockquote class="uncited"><div><img class="smilies" src="phpBB/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing"> starts with a smiley</div></blockquote>
|
1
tests/text_processing/tickets_data/PHPBB3-13425.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-13425.txt
Normal file
|
@ -0,0 +1 @@
|
|||
[quote]:lol: starts with a smiley[/quote]
|
23
tests/text_processing/tickets_data/PHPBB3-13425.xml
Normal file
23
tests/text_processing/tickets_data/PHPBB3-13425.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_smilies">
|
||||
<column>smiley_id</column>
|
||||
<column>code</column>
|
||||
<column>emotion</column>
|
||||
<column>smiley_url</column>
|
||||
<column>smiley_width</column>
|
||||
<column>smiley_height</column>
|
||||
<column>smiley_order</column>
|
||||
<column>display_on_posting</column>
|
||||
<row>
|
||||
<value>22</value>
|
||||
<value>:lol:</value>
|
||||
<value>Laughing</value>
|
||||
<value>icon_lol.gif</value>
|
||||
<value>15</value>
|
||||
<value>17</value>
|
||||
<value>22</value>
|
||||
<value>1</value>
|
||||
</row>
|
||||
</table>
|
||||
</dataset>
|
Loading…
Add table
Reference in a new issue