Skip to content

Commit 74b864b

Browse files
committed
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.
1 parent 3011088 commit 74b864b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/tests/expand-manifest.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"expect": "expand-0038-out.jsonld"
199199
}, {
200200
"@type": ["test:TestCase", "jld:ExpandTest"],
201-
"name": "Complex property generator test case with multiple colliding IRIs",
201+
"name": "Complex property generator test case with multiple colliding IRIs (this document wouldn't roundtrip cleanly)",
202202
"input": "expand-0039-in.jsonld",
203203
"expect": "expand-0039-out.jsonld"
204204
}

0 commit comments

Comments
 (0)