35 lines
600 B
JSON
35 lines
600 B
JSON
{
|
|
"description": "Test reserved property names",
|
|
"setup": [
|
|
{
|
|
"namespace": "SMW_NS_PROPERTY",
|
|
"page": "Category",
|
|
"contents": "[[Has type::Page]]"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"type": "parser",
|
|
"about": "#0 reserved category name",
|
|
"namespace": "SMW_NS_PROPERTY",
|
|
"subject": "Category",
|
|
"assert-output": {
|
|
"onPageView": {},
|
|
"to-contain": [
|
|
"plainlinks smw-property-name-reserved"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"settings": {
|
|
"wgContLang": "en",
|
|
"smwgPageSpecialProperties": [
|
|
"_MDAT"
|
|
]
|
|
},
|
|
"meta": {
|
|
"version": "2",
|
|
"is-incomplete": false,
|
|
"debug": false
|
|
}
|
|
} |