summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/f-0102.json
blob: 7e7dd0d2845330e8b35a522da782b13c389d26e1 (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
{
	"description": "Test `format=template` output + unicode characters (#988, skip postgres)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has page property",
			"contents": "[[Has type::Page]]"
		},
		{
			"namespace": "NS_TEMPLATE",
			"page": "TemplateOutputUsingNamedArgumentsForUnicodeIncludedSubject",
			"contents": "<includeonly>[{{{#}}}]:{{{1}}}:{{{Has page property}}}:{{{#userparam}}}:</includeonly>"
		},
		{
			"page": "Foo",
			"contents": "[[Has page property::一二三]] [[Has page property::456]] [[Category:template-002]]"
		},
		{
			"page": "Bar",
			"contents": "[[Has page property::一二三]] [[Has page property::456]] [[Category:template-002]]"
		},
		{
			"page": "123",
			"contents": "[[Has page property::一二三]] [[Has page property::456]] [[Category:template-002]]"
		},
		{
			"page": "テスト",
			"contents": "[[Has page property::一二三]] [[Has page property::456]] [[Category:template-002]]"
		},
		{
			"page": "template-002-asc-order-named-args",
			"contents": "{{#ask:[[Category:template-002]]<q>[[Has page property:一二三]] OR [[Has page property::456]]</q> |?Has page property |format=template |order=asc |sep=; |valuesep=; <nowiki/>|link=none |limit=10 |userparam=[$%&*==42] |template=TemplateOutputUsingNamedArgumentsForUnicodeIncludedSubject ||named args=yes}}"
		},
		{
			"page": "template-002-desc-order-named-args",
			"contents": "{{#ask:[[Category:template-002]]<q>[[Has page property:一二三]] OR [[Has page property::456]]</q> |?Has page property |format=template |order=desc |sep=; |valuesep=; <nowiki/>|link=none |limit=10 |userparam=[$%&*==42] |template=TemplateOutputUsingNamedArgumentsForUnicodeIncludedSubject ||named args=yes}}"
		}
	],
	"tests": [
		{
			"type": "format",
			"about": "#0 asc output order, without further links",
			"subject": "template-002-asc-order-named-args",
			"assert-output": {
				"to-contain": [
					"[0]:123:一二三; 456:[$%&amp;*==42]:",
					"[1]:Bar:一二三; 456:[$%&amp;*==42]:",
					"[2]:Foo:一二三; 456:[$%&amp;*==42]:",
					"[3]:テスト:一二三; 456:[$%&amp;*==42]:"
				]
			}
		},
		{
			"type": "format",
			"about": "#1 desc output order, without further links",
			"subject": "template-002-desc-order-named-args",
			"assert-output": {
				"to-contain": [
					"[0]:テスト:一二三; 456:[$%&amp;*==42]:",
					"[1]:Foo:一二三; 456:[$%&amp;*==42]:",
					"[2]:Bar:一二三; 456:[$%&amp;*==42]:",
					"[3]:123:一二三; 456:[$%&amp;*==42]:"
				]
			}
		}
	],
	"settings": {
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"skip-on": {
			"postgres": "Unicode needs special treatment in postgres"
		},
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}