mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #3571 from s9e/ticket/13425
[ticket/13425] Smiley code at start of text being quoted doesn't show smiley image in quote * s9e/ticket/13425: [ticket/13425] Added regression test
This commit is contained in:
commit
2ebf4aa151
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