summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0402.json
blob: dc98bfde196c403c0cea3a5c7e99dde82955b3f6 (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
	"description": "Test in-text parsing for double colon annotation such as `::::` or `:::` (#1066, #1075, en)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page",
			"contents": "[[Has type::Page]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has url",
			"contents": "[[Has type::URL]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has date",
			"contents": "[[Has type::Date]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has number",
			"contents": "[[Has type::Number]]"
		},
		{
			"page": "Double-single-colon",
			"contents": "[[Has page:::Page/::Foo:Bar]] [[Has text:::Text/::Foo:Bar]] [[Has url::http://example.org/::Foo:Bar]]"
		},
		{
			"page": "Double-double-colon",
			"contents": "//::Page/::Foo:Bar is not allowed as title; [[Has text::::Text/::Foo:Bar]] [[Has url::http://example.org/:::Foo:Bar]]"
		},
		{
			"page": "Example/P0402/3",
			"contents": "[[Has date:::1 Jan 1970]]"
		},
		{
			"page": "Number-error",
			"contents": "[[Has number:::123]]"
		},
		{
			"page": "Page-no-error",
			"contents": "[[Has page:::123|abc]] [[Has page:::xyz]]"
		},
		{
			"page": "Page-error",
			"contents": "[[Has page::::123|abc]] [[Has page::::xyz]]"
		},
		{
			"page": "Example/P0402/7",
			"contents": "[[Has date::-901 AD]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "Double-single-colon",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 5,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_page",
						"Has_text",
						"Has_url"
					],
					"propertyValues": [
						"Page/::Foo:Bar",
						":Text/::Foo:Bar",
						"http://example.org/::Foo:Bar"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"Page/::Foo:Bar",
					"Text/::Foo:Bar",
					"http://example.org/::Foo:Bar"
				]
			}
		},
		{
			"type": "parser",
			"about": "#1 (: as leading text element to be converted to an indent)",
			"subject": "Double-double-colon",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 4,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_text",
						"Has_url"
					],
					"propertyValues": [
						"::Text/::Foo:Bar",
						"http://example.org/:::Foo:Bar"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"<dd>Text/::Foo:Bar",
					"http://example.org/:::Foo:Bar"
				]
			}
		},
		{
			"type": "parser",
			"about": "#2",
			"subject": "Page-no-error",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_page"
					],
					"propertyValues": [
						"123",
						"Xyz"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"abc",
					"xyz"
				]
			}
		},
		{
			"type": "parser",
			"about": "#3",
			"subject": "Page-error",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"abc",
					"&#58;&#58;xyz"
				]
			}
		},
		{
			"type": "parser",
			"about": "#4",
			"subject": "Example/P0402/3",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_date"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"1 Jan 1970"
				]
			}
		},
		{
			"type": "parser",
			"about": "#5",
			"subject": "Number-error",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"&#58;123"
				]
			}
		},
		{
			"type": "parser",
			"about": "#6 negative year with AD/CE era is not allowed",
			"subject": "Example/P0402/7",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"&quot;-901 AD&quot; contains an extrinsic dash or other characters that are invalid for a date interpretation."
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"smwgPageSpecialProperties": [
			"_MDAT"
		]
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}