aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/tickets_data/PHPBB3-9073.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_processing/tickets_data/PHPBB3-9073.xml')
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-9073.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-9073.xml b/tests/text_processing/tickets_data/PHPBB3-9073.xml
new file mode 100644
index 0000000000..d635d51ed1
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-9073.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<dataset>
+ <table name="phpbb_words">
+ <column>word_id</column>
+ <column>word</column>
+ <column>replacement</column>
+
+ <row>
+ <value>1</value>
+ <value>http://www.some-ad-site.com*</value>
+ <value>http://www.xxxx-xx-xxxx.com</value>
+ </row>
+ </table>
+</dataset>