summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/r-0018.json
blob: ffefb633b04d497f513386ef30ef733c554051e4 (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
{
	"description": "Test RDF output generation with special characters (`smwgExportResourcesAsIri=true`, `wgContLang=en`, `wgLang=en`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has url",
			"contents": "[[Has type::URL]]"
		},
		{
			"page": "Example/R0018/1",
			"contents": "[[Has url::https://example.org/public/item#Foo\"Bar\"]]"
		}
	],
	"tests": [
		{
			"type": "rdf",
			"about": "#0 (double quotes)",
			"dumpRDF": {
				"parameters": {
					"page": "Example/R0018/1"
				}
			},
			"assert-output": {
				"to-contain": [
					"<property:Has_url rdf:resource=\"https://example.org/public/item#Foo%22Bar%22\"/>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgExportBCNonCanonicalFormUse": false,
		"smwgExportResourcesAsIri": true,
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		},
		"smwgNamespace": "http://example.org/id/"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}