Skip to content

Commit 0c50f4e

Browse files
committed
Tests t0112 and t0113 use 1.1-specific features and should have specVersion: 1.1 to not interfer with 1.0 development.
Fixes #649.
1 parent beb882d commit 0c50f4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/compact-manifest.jsonld

+4-2
Original file line numberDiff line numberDiff line change
@@ -946,15 +946,17 @@
946946
"purpose": "With @container: @index and @index a compact IRI, ensure round-tripping of compacted representation",
947947
"input": "compact/0112-in.jsonld",
948948
"context": "compact/0112-context.jsonld",
949-
"expect": "compact/0112-out.jsonld"
949+
"expect": "compact/0112-out.jsonld",
950+
"option": {"specVersion": "json-ld-1.1"}
950951
}, {
951952
"@id": "#t0113",
952953
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
953954
"name": "Compact property index using Absolute IRI index",
954955
"purpose": "With @container: @index and @index an absolute IRI, ensure round-tripping of compacted representation",
955956
"input": "compact/0113-in.jsonld",
956957
"context": "compact/0113-context.jsonld",
957-
"expect": "compact/0113-out.jsonld"
958+
"expect": "compact/0113-out.jsonld",
959+
"option": {"specVersion": "json-ld-1.1"}
958960
}, {
959961
"@id": "#t0114",
960962
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],

0 commit comments

Comments
 (0)