--- a/test-suite/tests/compact-manifest.jsonld Mon Mar 17 10:33:13 2014 +0100
+++ b/test-suite/tests/compact-manifest.jsonld Mon Mar 17 11:44:25 2014 +0100
@@ -572,11 +572,19 @@
}, {
"@id": "#t0071",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
- "name": "input has multiple @contexts, output has one",
+ "name": "Input has multiple @contexts, output has one",
"purpose": "Expanding input with multiple @contexts and compacting with just one doesn't output undefined properties",
"input": "compact-0071-in.jsonld",
"context": "compact-0071-context.jsonld",
"expect": "compact-0071-out.jsonld"
+ }, {
+ "@id": "#t0072",
+ "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
+ "name": "Default language and unmapped properties",
+ "purpose": "Ensure that the default language is handled correctly for unmapped properties",
+ "input": "compact-0072-in.jsonld",
+ "context": "compact-0072-context.jsonld",
+ "expect": "compact-0072-out.jsonld"
}
]
}