summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0110.json
blob: 56b1b16a8d38b8e1e595a643ee41955344422dfb (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
{
	"description": "Test tooltip with error output on `_PVUC` (`smwgDVFeatures`, `wgContLang=en`, `wgLang=en`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has Url",
			"contents": "[[Has type::URL]] [[Has uniqueness constraint::true]]"
		},
		{
			"page": "Test/P0110/1",
			"contents": "[[Has Url::http://example.org/Foo]]"
		},
		{
			"page": "Test/P0110/2",
			"contents": "[[Has Url::http://example.org/Foo]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 error tooltip, title does not include <a> elements",
			"subject": "Test/P0110/2",
			"assert-output": {
				"to-contain": [
					"title=\"Property &quot;Has Url&quot; only permits unique value assignments and http://example.org/Foo",
					"<span class=\"smwttcontent\">Property \"Has Url\" only permits unique value assignments and <i><a rel=\"nofollow\" class=\"external free\" href=\"http://example.org/Foo\">http://example.org/Foo</a></i>"
				]
			}
		}
	],
	"settings": {
		"smwgDVFeatures": [
			"SMW_DV_PVUC"
		],
		"wgContLang": "en",
		"wgLang": "en"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}