gplx/mediawiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0408.json

45 lines
869 B
JSON

{
"description": "Test in-text annotation for multiple property assignment using non-strict parser mode (#1252, en)",
"setup": [
{
"page": "Example/P0408/1",
"contents": "[[Testproperty1::Testproperty2::200]]"
}
],
"tests": [
{
"type": "parser",
"about": "#0 disabled strict mode allows for multi property assignment",
"subject": "Example/P0408/1",
"assert-store": {
"semantic-data": {
"strictPropertyValueMatch": false,
"propertyCount": 4,
"propertyKeys": [
"Testproperty1",
"Testproperty2",
"_SKEY",
"_MDAT"
],
"propertyValues": [
"200"
]
}
}
}
],
"settings": {
"wgContLang": "en",
"smwgPageSpecialProperties": [
"_MDAT"
],
"smwgParserFeatures": [
"SMW_PARSER_NONE"
]
},
"meta": {
"version": "2",
"is-incomplete": false,
"debug": false
}
}