Add statement in expand-manifest making it clear that expand-0039 wouldn't roundtrip cleanly
The reason is that some of the values explicitly overwrite the property generator's datatype/language.
This addresses #142 and #160.
--- a/test-suite/tests/expand-manifest.jsonld Mon Dec 10 19:01:22 2012 +0100
+++ b/test-suite/tests/expand-manifest.jsonld Mon Dec 10 19:36:06 2012 +0100
@@ -198,7 +198,7 @@
"expect": "expand-0038-out.jsonld"
}, {
"@type": ["test:TestCase", "jld:ExpandTest"],
- "name": "Complex property generator test case with multiple colliding IRIs",
+ "name": "Complex property generator test case with multiple colliding IRIs (this document wouldn't roundtrip cleanly)",
"input": "expand-0039-in.jsonld",
"expect": "expand-0039-out.jsonld"
}