Add statement in expand-manifest making it clear that expand-0039 wouldn't roundtrip cleanly
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 10 Dec 2012 19:36:06 +0100
changeset 1016 29372731bd72
parent 1015 c30639ca3161
child 1017 4c7cf7a89e50
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.
test-suite/tests/expand-manifest.jsonld
--- 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"
     }