Remove node value from language map in expand-0030
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 03 Dec 2012 18:52:01 +0100
changeset 976 ce61dfa00d1e
parent 975 ea771f2aa1e6
child 977 d56b0ea95dbf
Remove node value from language map in expand-0030
test-suite/tests/expand-0030-in.jsonld
test-suite/tests/expand-0030-out.jsonld
--- a/test-suite/tests/expand-0030-in.jsonld	Mon Dec 03 18:45:36 2012 +0100
+++ b/test-suite/tests/expand-0030-in.jsonld	Mon Dec 03 18:52:01 2012 +0100
@@ -9,13 +9,6 @@
   "@id": "http://example.com/queen",
   "label": {
     "en": "The Queen",
-    "de": [ "Die Königin", "Ihre Majestät" ],
-    "xx": {
-      "@context": {
-        "prop": "vocab:aPropertyJustToTestIfDefaultLangIsInjected"
-      },
-      "@id": "http://example.com/nested",
-      "prop": "This is a string tagged with the language xx"
-    }
+    "de": [ "Die Königin", "Ihre Majestät" ]
   }
 }
--- a/test-suite/tests/expand-0030-out.jsonld	Mon Dec 03 18:45:36 2012 +0100
+++ b/test-suite/tests/expand-0030-out.jsonld	Mon Dec 03 18:52:01 2012 +0100
@@ -12,15 +12,6 @@
       }, {
         "@value": "Ihre Majestät",
         "@language": "de"
-      }, {
-        "@id": "http://example.com/nested",
-        "http://example.com/vocab/aPropertyJustToTestIfDefaultLangIsInjected":
-        [
-          {
-            "@value": "This is a string tagged with the language xx",
-            "@language": "xx"
-          }
-        ]
       }
     ]
   }