summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0418.json
blob: 69e8f9586f6668e4a8dc3f0b1fb2a9feb11eba8d (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
{
	"description": "Test in-text annotation using `_SERV` as provide service links (en)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "PropertyWithServiceLink",
			"contents": "[[Has type::Text]] [[Provides service::some links]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "PropertyWithAnotherServiceLink",
			"contents": "[[Has type::Text]] [[Provides service::some other links]]"
		},
		{
			"namespace": "NS_MEDIAWIKI",
			"page": "Smw_service_some_other_links",
			"contents": " label text1|http://someurl.com"
		},
		{
			"page": "Example/P0418/1",
			"contents": " [[PropertyWithServiceLink::123]]"
		},
		{
			"page": "Example/P0418/2",
			"contents": " [[PropertyWithAnotherServiceLink::ABC]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "PropertyWithServiceLink",
			"namespace": "SMW_NS_PROPERTY",
			"store": {
				"clear-cache": true
			},
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 4,
					"propertyKeys": [
						"_TYPE",
						"_MDAT",
						"_SKEY",
						"_SERV"
					],
					"propertyValues": [
						"some links"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#1",
			"subject": "PropertyWithServiceLink",
			"namespace": "SMW_NS_PROPERTY",
			"assert-output": {
				"to-contain": [
					"some links"
				]
			}
		},
		{
			"type": "parser",
			"about": "#2",
			"subject": "PropertyWithAnotherServiceLink",
			"namespace": "SMW_NS_PROPERTY",
			"assert-output": {
				"to-contain": [
					"some other links"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}