We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668ad59 commit b1f3d42Copy full SHA for b1f3d42
test-suite/tests/compact-manifest.jsonld
@@ -593,6 +593,14 @@
593
"input": "compact-0073-in.jsonld",
594
"context": "compact-0073-context.jsonld",
595
"expect": "compact-0073-out.jsonld"
596
+ }, {
597
+ "@id": "#t0074",
598
+ "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
599
+ "name": "Container as a list with type of @id",
600
+ "purpose": "Ensure that compaction works for empty list when proparty has container declared as @list and type as @id",
601
+ "input": "compact-0074-in.jsonld",
602
+ "context": "compact-0074-context.jsonld",
603
+ "expect": "compact-0074-out.jsonld"
604
}, {
605
"@id": "#tc001",
606
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
0 commit comments