gplx/mediawiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/q-0911.json

54 lines
963 B
JSON

{
"description": "Test `_wpg` empty chain/subquery (AND, OR)",
"setup": [
{
"namespace": "SMW_NS_PROPERTY",
"page": "Has page",
"contents": "[[Has type::Page]]"
},
{
"page": "Q0911/1",
"contents": "[[Has page::Q0911]]"
}
],
"tests": [
{
"type": "query",
"about": "#0 (OR)",
"condition": "[[Has page::Q0911]] OR [[Some page.Another page::Foo]]",
"printouts": [],
"parameters": {
"limit": "10"
},
"assert-queryresult": {
"count": 1,
"results": [
"Q0911/1#0##"
]
}
},
{
"type": "query",
"about": "#1 (AND)",
"condition": "[[Has page::Q0911]] [[Some page.Another page::Foo]]",
"printouts": [],
"parameters": {
"limit": "10"
},
"assert-queryresult": {
"count": 0
}
}
],
"settings": {
"smwgNamespacesWithSemanticLinks": {
"NS_MAIN": true,
"SMW_NS_PROPERTY": true
}
},
"meta": {
"version": "2",
"is-incomplete": false,
"debug": false
}
}