aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/tickets_data/PHPBB3-9073.xml
blob: d635d51ed1107c6fa88bb1c229a030eeb4e0685f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>