summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0904.json
blob: cb6327e5adf84eafad50e8418b8424c21992350c (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
{
	"description": "Test #ask with subject redirected to different NS (en)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page",
			"contents": "[[Has type::Page]]"
		},
		{
			"page": "Example/P0904/1",
			"contents": "[[Has page::P0904]]"
		},
		{
			"namespace": "NS_HELP",
			"page": "Example/P0904/1",
			"contents": "[[Has page::P0904]]"
		},
		{
			"page": "Example/P0904/1",
			"contents": "#REDIRECT [[Help:Example/P0904/1]]"
		},
		{
			"page": "Example/P0904/2",
			"contents": "{{#ask: [[Has page::P0904]] |?Has page |format=table |link=none }}"
		},
		{
			"page": "Example/P0904/3",
			"contents": "{{#ask: [[~Example/P0904*]] |?Has page |format=table |link=none }}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "Example/P0904/1",
			"namespace": "NS_HELP",
			"store": {
				"clear-cache": true
			},
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_page"
					],
					"incoming": {
						"propertyKeys": [
							"_REDI"
						]
					}
				}
			}
		},
		{
			"type": "parser",
			"about": "#1",
			"subject": "Example/P0904/2",
			"assert-output": {
				"to-contain": [
					"<td class=\"smwtype_wpg\">Help:Example/P0904/1</td><td class=\"Has-page smwtype_wpg\">P0904</td>"
				]
			}
		},
		{
			"type": "parser",
			"about": "#2 (redirected subject does not appear in result list)",
			"subject": "Example/P0904/3",
			"assert-output": {
				"to-contain": [
					"<td class=\"smwtype_wpg\">Help:Example/P0904/1</td><td class=\"Has-page smwtype_wpg\">P0904</td>"
				],
				"not-contain": [
					"<td class=\"smwtype_wpg\">Example/P0904/1</td><td class=\"Has-page smwtype_wpg\">P0904</td>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgPageSpecialProperties": [
			"_MDAT"
		],
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"NS_HELP": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}