summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0004.json
blob: d2ea91793b8b63f0d210a22928dc4097473fb874 (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
{
	"description": "Test `Special:Browse` output for `_dat` (`wgContLang=en`, `wgLang=ja`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has date",
			"contents": "[[Has type::Date]]"
		},
		{
			"page": "Example/S0004/1",
			"contents": "[[Has date::12 Jan 1991 8:56]] [[Category:S0004]]"
		}
	],
	"tests": [
		{
			"type": "special",
			"about": "#0 (output is localized, info link is in accordance with content lang.)",
			"special-page": {
				"page": "Browse",
				"query-parameters": "Example/S0004/1",
				"request-parameters": {
					"output": "legacy"
				}
			},
			"assert-output": {
				"to-contain": [
					"<span class=\"smwb-value\">1991年1月12日 (土) 08:56:00&#160;&#160;",
					"title=\"Special:SearchByProperty/:Has-20date/12-20January-201991-2008:56:00\">+</a></span>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "ja",
		"smwgPageSpecialProperties": [
			"_MDAT"
		],
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}