summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0108.json
blob: b2dd3058ef2b940df79e428dac48200e6ecfb891 (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
	"description": "Test `#info`, `#ask` template output (#2347, `wgContLang=en`, `wgLang=en`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page",
			"contents": "[[Has type::Page]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]]"
		},
		{
			"namespace": "NS_TEMPLATE",
			"page": "P0108.Ask.Output",
			"contents": "<includeonly>{{{1}}} {{{2}}}</includeonly>"
		},
		{
			"namespace": "NS_TEMPLATE",
			"page": "P0108.Ask",
			"contents": "<includeonly>{{#ask: [[Has page::P0108]] |?Has page |limit=1 |format=template |link=none |template=P0108.Ask.Output }}</includeonly>"
		},
		{
			"namespace": "NS_TEMPLATE",
			"page": "P0108",
			"contents": "{{#info: message={{P0108.Ask}} }}"
		},
		{
			"page": "Test/P0108/1",
			"contents": "[[Has page::P0108]]"
		},
		{
			"page": "Test/P0108/2",
			"contents": "{{P0108}}"
		},
		{
			"page": "Test/P0108/3",
			"contents": "{{#set: Has text=Text with an [[Has page::annotation]] }}"
		},
		{
			"page": "Test/P0108/4",
			"contents": "{{#info: message={{#show: Test/P0108/3 |?Has text }} }}"
		},
		{
			"page": "Test/P0108/5",
			"contents": "{{#info: {{#show: Test/P0108/3 |?Has text }} }}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 #info with template generate output including encoded (&#91;) on/off marker",
			"subject": "Test/P0108/2",
			"skip-on": {
				"mw-1.23.x": "works different in 1.23+"
			},
			"assert-output": {
				"to-contain": [
					"title=\"Test/P0108/1 P0108\">",
					"<span class=\"smwttcontent\">Test/P0108/1 P0108</span>"
				]
			}
		},
		{
			"type": "parser",
			"about": "#1 $info + #show (no annotation is leaked via a text element)",
			"subject": "Test/P0108/4",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_ASK",
						"_MDAT",
						"_SKEY"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"title=\"Text with an annotation\">"
				]
			}
		},
		{
			"type": "parser",
			"about": "#2 $info + #show (no annotation is leaked via a text element)",
			"subject": "Test/P0108/5",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_ASK",
						"_MDAT",
						"_SKEY"
					]
				}
			},
			"assert-output": {
				"to-contain": [
					"title=\"Text with an annotation\">"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}