Skip to content
Open
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
2 changes: 2 additions & 0 deletions tests/remote-doc-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ <h2>
<dl class='options'>
<dt>httpLink</dt>
<dd>&lt;0013-context.html&gt;; rel=&quot;http://www.w3.org/ns/json-ld#context&quot;</dd>
<dt>processorFeature</dt>
<dd>HTML Script Extraction</dd>
</dl>
</dd>
</dl>
Expand Down
3 changes: 2 additions & 1 deletion tests/remote-doc-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"name": "load JSON document with link to HTML document",
"purpose": "If a context is specified in a link header, it is used for JSON, extracting from HTML.",
"option": {
"httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\""
"httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\"",
"processorFeature": "HTML Script Extraction"
},
"input": "remote-doc/0013-in.json",
"expect": "remote-doc/0013-out.jsonld"
Expand Down
Loading