summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json97
1 files changed, 97 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json
new file mode 100644
index 00000000..2629e5fa
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0211.json
@@ -0,0 +1,97 @@
+{
+ "description": "Test `#set`/`#subobject` to import annotation via `@json` syntax (`wgContLang=en`, `wgLang=en`)",
+ "setup": [
+ {
+ "namespace": "SMW_NS_PROPERTY",
+ "page": "Has date",
+ "contents": "[[Has type::Date]]"
+ },
+ {
+ "page": "Example/P0211/1",
+ "contents": {
+ "import-from": "/../Fixtures/p-0211.1.txt"
+ }
+ },
+ {
+ "page": "Example/P0211/2",
+ "contents": {
+ "import-from": "/../Fixtures/p-0211.2.txt"
+ }
+ },
+ {
+ "page": "Example/P0211/3",
+ "contents": {
+ "import-from": "/../Fixtures/p-0211.3.txt"
+ }
+ }
+ ],
+ "tests": [
+ {
+ "type": "parser",
+ "about": "#0 #subobject",
+ "subject": "Example/P0211/1",
+ "assert-store": {
+ "semantic-data": {
+ "strictPropertyValueMatch": false,
+ "propertyCount": 3,
+ "propertyKeys": [
+ "_SOBJ",
+ "_SKEY",
+ "_MDAT"
+ ]
+ }
+ }
+ },
+ {
+ "type": "parser",
+ "about": "#1 #set",
+ "subject": "Example/P0211/2",
+ "assert-store": {
+ "semantic-data": {
+ "strictPropertyValueMatch": false,
+ "propertyCount": 10,
+ "propertyKeys": [
+ "Kind",
+ "_cod",
+ "IcdId",
+ "Label",
+ "Link",
+ "Superclasses",
+ "Subclasses",
+ "Id",
+ "_SKEY",
+ "_MDAT"
+ ]
+ }
+ }
+ },
+ {
+ "type": "parser",
+ "about": "#3 #set depth issue",
+ "subject": "Example/P0211/3",
+ "assert-store": {
+ "semantic-data": {
+ "strictPropertyValueMatch": false,
+ "propertyCount": 3,
+ "propertyKeys": [
+ "_ERRC",
+ "_SKEY",
+ "_MDAT"
+ ]
+ }
+ }
+ }
+ ],
+ "settings": {
+ "wgContLang": "en",
+ "wgLang": "en",
+ "smwgPageSpecialProperties": [
+ "_MDAT"
+ ]
+ },
+ "meta": {
+ "version": "2",
+ "is-incomplete": false,
+ "debug": false
+ }
+} \ No newline at end of file