summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0457.json
blob: be987d7f4d5ed13f0c6805a5eb315580783c675a (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
{
	"description": "Test named subobject caption display (#2895)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::text]]"
		},
		{
			"page": "Example/P0457/1",
			"contents": "{{#subobject:Foo bar|Has text=123|@category=P0457/1}}"
		},
		{
			"page": "Example/P0457/2",
			"contents": "{{#subobject:Foo bar|Has text=123|@category=P0457/2|display title of=Bar foo}}"
		},
		{
			"page": "Example/P0457/Q.1",
			"contents": "{{#ask: [[Category:P0457/1]] }}"
		},
		{
			"page": "Example/P0457/Q.2",
			"contents": "{{#ask: [[Category:P0457/2]] }}"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 (named sobj without `_` in caption)",
			"subject": "Example/P0457/Q.1",
			"assert-output": {
				"to-contain": [
					"<a href=.*Example/P0457/1#Foo_bar\" title=\"Example/P0457/1\">Example/P0457/1#Foo bar</a>"
				],
				"not-contain": [
					"<a href=.*Example/P0457/1#Foo_bar\" title=\"Example/P0457/1\">Example/P0457/1#Foo_bar</a>"
				]
			}
		},
		{
			"type": "parser",
			"about": "#1 (named sobj without `_` in caption and `display title of`)",
			"subject": "Example/P0457/Q.2",
			"assert-output": {
				"to-contain": [
					"<a href=.*Example/P0457/2#Foo_bar\" title=\"Example/P0457/2\">Bar foo#Foo bar</a>"
				],
				"not-contain": [
					"<a href=.*Example/P0457/2#Foo_bar\" title=\"Example/P0457/2\">Example/P0457/2#Foo_bar</a>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgPageSpecialProperties": [
			"_MDAT"
		],
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}