aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-04-18 23:36:04 +0200
committerTristan Darricau <github@nicofuma.fr>2017-04-18 23:36:04 +0200
commite0ae49d8a5cda64744c8e08317a5c5329deb2472 (patch)
tree363baf97112521a4c1779281282dece0f6001edc /tests
parentd4f0c79b565f558180225027039ec6494131f85e (diff)
parentddcd0f243791ea64373b53f077689df0c46c713a (diff)
downloadforums-e0ae49d8a5cda64744c8e08317a5c5329deb2472.tar
forums-e0ae49d8a5cda64744c8e08317a5c5329deb2472.tar.gz
forums-e0ae49d8a5cda64744c8e08317a5c5329deb2472.tar.bz2
forums-e0ae49d8a5cda64744c8e08317a5c5329deb2472.tar.xz
forums-e0ae49d8a5cda64744c8e08317a5c5329deb2472.zip
Merge pull request #4788 from JoshyPHP/ticket/15163
fixes #4788 * ticket/15163: [ticket/15163] Escape curly braces in smilies HTML attributes
Diffstat (limited to 'tests')
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-15163.html1
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-15163.txt1
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-15163.xml23
3 files changed, 25 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-15163.html b/tests/text_processing/tickets_data/PHPBB3-15163.html
new file mode 100644
index 0000000000..a1af10187c
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-15163.html
@@ -0,0 +1 @@
+<img class="smilies" src="phpBB/images/smilies/icon_lol.gif" width="15" height="17" alt="--{E" title="--{E"> \ No newline at end of file
diff --git a/tests/text_processing/tickets_data/PHPBB3-15163.txt b/tests/text_processing/tickets_data/PHPBB3-15163.txt
new file mode 100644
index 0000000000..126402d66a
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-15163.txt
@@ -0,0 +1 @@
+--{E \ No newline at end of file
diff --git a/tests/text_processing/tickets_data/PHPBB3-15163.xml b/tests/text_processing/tickets_data/PHPBB3-15163.xml
new file mode 100644
index 0000000000..f3e04c230f
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-15163.xml
@@ -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>1</value>
+ <value>--{E</value>
+ <value>--{E</value>
+ <value>icon_lol.gif</value>
+ <value>15</value>
+ <value>17</value>
+ <value>22</value>
+ <value>1</value>
+ </row>
+ </table>
+</dataset>