summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/q-0804.json
blob: 735d2ee342bcb56187ed86128252bb77f335b82e (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
{
	"description": "Test `_INST` with namespace prefix",
	"setup": [
		{
			"page": "Example/Q0804/1",
			"contents": "[[Category:Help:Q0804]]"
		}
	],
	"tests": [
		{
			"type": "query",
			"about": "#0 (Category: is correctly parsed despite the Help: NS prefix)",
			"condition": "[[Category:Help:Q0804]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"count": 1,
				"results": [
					"Example/Q0804/1#0##"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "es"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}