Fix compact-0035: the values aren't array since there's no @set container used
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 11 Dec 2012 18:50:19 +0100
changeset 1030 dff55b3c13ec
parent 1029 a72597cea163
child 1031 b68174098091
Fix compact-0035: the values aren't array since there's no @set container used
test-suite/tests/compact-0035-out.jsonld
--- a/test-suite/tests/compact-0035-out.jsonld	Tue Dec 11 18:09:47 2012 +0100
+++ b/test-suite/tests/compact-0035-out.jsonld	Tue Dec 11 18:50:19 2012 +0100
@@ -12,22 +12,18 @@
     "field_related_list_lang": { "@id": [ "site:vocab/field_related", "http://schema.org/about", "doesntExist" ], "@container": "@list", "@language": "en" }
   },
   "@id": "site:node/1",
-  "field_tags_this_matches_all_iris": [
-    {
+  "field_tags_this_matches_all_iris": {
       "@id": "site:term/this-is-a-tag"
-    }
-  ],
-  "field_related_this_matches_all_iris": [
-    {
-      "@list": [
-        {
-          "@id": "site:node/this-is-related-news"
-        },
-        {
-          "@value": "This is a related string",
-          "@language": "en"
-        }
-      ]
-    }
-  ]
+  },
+  "field_related_this_matches_all_iris": {
+    "@list": [
+      {
+        "@id": "site:node/this-is-related-news"
+      },
+      {
+        "@value": "This is a related string",
+        "@language": "en"
+      }
+    ]
+  }
 }