summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0301.json
blob: e23bfc11a1a2144380a94cb09dca392695178a78 (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
{
	"description": "Test #subobject category annotation (#1172)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page",
			"contents": "[[Has type::Page]]"
		},
		{
			"page": "Example/0301/1",
			"contents": "{{#subobject:|Has page={{PAGENAME}}|@category=ABC;123|+sep=;}}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 #subobject with category annotation",
			"subject": "Example/0301/1#_04284bb237a62f6648c369d713da3996",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"Has_page",
						"_SKEY",
						"_INST"
					],
					"propertyValues": [
						"Example/0301/1",
						"ABC",
						"123"
					]
				}
			}
		},
		{
			"type": "query",
			"about": "#0 query with subobject category",
			"condition": "[[Category:ABC]][[Has page::Example/0301/1]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"results": [
					"Example/0301/1#0##_04284bb237a62f6648c369d713da3996"
				],
				"count": "1"
			}
		}
	],
	"settings": {
		"smwgPageSpecialProperties": [
			"_MDAT"
		]
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}