mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13425] Added regression test
PHPBB3-13425
This commit is contained in:
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>
|
Reference in New Issue
Block a user