aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/fixtures/poll_options.xml
blob: 48ba024315b578caf61fb65374ae483cb1638c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
	<table name="phpbb_poll_options">
		<column>poll_option_id</column>
		<column>topic_id</column>
		<column>poll_option_text</column>
		<row>
			<value>1</value>
			<value>1</value>
			<value>This row should be [b]ignored[/b]</value>
		</row>
		<row>
			<value>2</value>
			<value>1</value>
			<value>This row should be [b:abcd1234]ignored[/b:abcd1234]</value>
		</row>
		<row>
			<value>1</value>
			<value>2</value>
			<value>[b:abcd1234]Bold[/b:abcd1234]</value>
		</row>
		<row>
			<value>2</value>
			<value>2</value>
			<value><![CDATA[<!-- s:) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /><!-- s:) -->]]></value>
		</row>
		<row>
			<value>3</value>
			<value>2</value>
			<value><![CDATA[<!-- m --><a class="postlink" href="http://example.org">http://example.org</a><!-- m -->]]></value>
		</row>
		<row>
			<value>1</value>
			<value>11</value>
			<value>[b:abcd1234]Bold[/b:abcd1234] :) http://example.org</value>
		</row>
		<row>
			<value>1</value>
			<value>12</value>
			<value><![CDATA[[b]Not bold[/b] <!-- s:) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /><!-- s:) --> http://example.org]]></value>
		</row>
		<row>
			<value>1</value>
			<value>13</value>
			<value><![CDATA[[b]Not bold[/b] :) <!-- m --><a class="postlink" href="http://example.org">http://example.org</a><!-- m -->]]></value>
		</row>
		<row>
			<value>1</value>
			<value>123</value>
			<value>This row should be [b]ignored[/b]</value>
		</row>
		<row>
			<value>2</value>
			<value>123</value>
			<value>This row should be [b:abcd1234]ignored[/b:abcd1234]</value>
		</row>
	</table>
	<table name="phpbb_posts">
		<column>post_id</column>
		<column>enable_bbcode</column>
		<column>enable_smilies</column>
		<column>enable_magic_url</column>
		<column>post_text</column>
		<column>bbcode_uid</column>
		<row>
			<value>1</value>
			<value>1</value>
			<value>1</value>
			<value>1</value>
			<value></value>
			<value>abcd1234</value>
		</row>
		<row>
			<value>11</value>
			<value>1</value>
			<value>0</value>
			<value>0</value>
			<value></value>
			<value>abcd1234</value>
		</row>
		<row>
			<value>12</value>
			<value>0</value>
			<value>1</value>
			<value>0</value>
			<value></value>
			<value>abcd1234</value>
		</row>
		<row>
			<value>13</value>
			<value>0</value>
			<value>0</value>
			<value>1</value>
			<value></value>
			<value>abcd1234</value>
		</row>
	</table>
	<table name="phpbb_topics">
		<column>topic_id</column>
		<column>topic_first_post_id</column>
		<column>poll_title</column>
		<row>
			<value>1</value>
			<value>1</value>
			<value>This row should be [b]ignored[/b]</value>
		</row>
		<row>
			<value>2</value>
			<value>1</value>
			<value>This row should be [b]ignored[/b]</value>
		</row>
		<row>
			<value>11</value>
			<value>11</value>
			<value>BBCode</value>
		</row>
		<row>
			<value>12</value>
			<value>12</value>
			<value>Smilies</value>
		</row>
		<row>
			<value>13</value>
			<value>13</value>
			<value>Magic URLs</value>
		</row>
		<row>
			<value>123</value>
			<value>1</value>
			<value>This row should be [b]ignored[/b]</value>
		</row>
	</table>
</dataset>