--- 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"
- }
- ]
}
]
}