Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions tests/compact-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,13 @@ <h2>
<dd>
<a href='compact/0112-out.jsonld'>compact/0112-out.jsonld</a>
</dd>
<dt>Options</dt>
<dd>
<dl class='options'>
<dt>specVersion</dt>
<dd>json-ld-1.1</dd>
</dl>
</dd>
</dl>
</dd>
<dt id='t0113'>
Expand All @@ -3185,6 +3192,13 @@ <h2>
<dd>
<a href='compact/0113-out.jsonld'>compact/0113-out.jsonld</a>
</dd>
<dt>Options</dt>
<dd>
<dl class='options'>
<dt>specVersion</dt>
<dd>json-ld-1.1</dd>
</dl>
</dd>
</dl>
</dd>
<dt id='t0114'>
Expand Down
6 changes: 4 additions & 2 deletions tests/compact-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -946,15 +946,17 @@
"purpose": "With @container: @index and @index a compact IRI, ensure round-tripping of compacted representation",
"input": "compact/0112-in.jsonld",
"context": "compact/0112-context.jsonld",
"expect": "compact/0112-out.jsonld"
"expect": "compact/0112-out.jsonld",
"option": {"specVersion": "json-ld-1.1"}
}, {
"@id": "#t0113",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
"name": "Compact property index using Absolute IRI index",
"purpose": "With @container: @index and @index an absolute IRI, ensure round-tripping of compacted representation",
"input": "compact/0113-in.jsonld",
"context": "compact/0113-context.jsonld",
"expect": "compact/0113-out.jsonld"
"expect": "compact/0113-out.jsonld",
"option": {"specVersion": "json-ld-1.1"}
}, {
"@id": "#t0114",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
Expand Down
4 changes: 2 additions & 2 deletions tests/fromRdf-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,11 +1421,11 @@ <h2>
<dd>List of lists</dd>
<dt>input</dt>
<dd>
<a href='fromRdf/li02-in.nq'>fromRdf/li02-in.nq</a>
<a href='fromRdf/li03-in.nq'>fromRdf/li03-in.nq</a>
</dd>
<dt>expect</dt>
<dd>
<a href='fromRdf/li02-out.jsonld'>fromRdf/li02-out.jsonld</a>
<a href='fromRdf/li03-out.jsonld'>fromRdf/li03-out.jsonld</a>
</dd>
<dt>Options</dt>
<dd>
Expand Down