summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json
blob: 2433302995ab8213cc6b9b0325726a7c9342fbd7 (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
{
	"description": "Modern Timeline - smwdoc",
	"setup": [
		{
			"page": "SMWDoc",
			"contents": "{{#smwdoc:moderntimeline}}"
		}
	],
	"tests": [
		{
			"about": "All parameters have a message",
			"type": "parser",
			"subject": "SMWDoc",
			"assert-output": {
				"to-contain": [
					"Background"
				],
				"not-contain": [
					"modern-timeline-"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}