--- a/test-suite/tests/expand-0003-out.jsonld Sun Apr 01 19:54:51 2012 +0800
+++ b/test-suite/tests/expand-0003-out.jsonld Sun Apr 01 19:59:06 2012 +0800
@@ -1,11 +1,3 @@
[{
- "@id": "http://example.org/id",
- "regularJson": {
- "nonJsonLd": "property",
- "deep": [{
- "foo": "bar"
- }, {
- "bar": "foo"
- }]
- }
+ "@id": "http://example.org/id"
}]
--- a/test-suite/tests/expand-manifest.jsonld Sun Apr 01 19:54:51 2012 +0800
+++ b/test-suite/tests/expand-manifest.jsonld Sun Apr 01 19:59:06 2012 +0800
@@ -16,7 +16,7 @@
"expect": "expand-0002-out.jsonld"
}, {
"@type": ["test:TestCase", "jld:ExpandTest"],
- "name": "drop null and keep unmapped properties",
+ "name": "drop null and unmapped properties",
"input": "expand-0003-in.jsonld",
"expect": "expand-0003-out.jsonld"
}, {