Skip to content

Commit

Permalink
Manually rebuild some manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 6, 2024
1 parent 076fd47 commit a41bae0
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
49 changes: 49 additions & 0 deletions tests/expand-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6004,6 +6004,27 @@ <h2>
</dd>
</dl>
</dd>
<dt id='ter56'>
Test ter56 Invalid redefinition of @context keyword.
</dt>
<dd>
<dl class='entry'>
<dt>id</dt>
<dd>#ter56</dd>
<dt>Type</dt>
<dd>jld:NegativeEvaluationTest, jld:ExpandTest</dd>
<dt>Purpose</dt>
<dd>Verifies that an exception is raised when attempting to redefine @context.</dd>
<dt>input</dt>
<dd>
<a href='expand/er56-in.jsonld'>expand/er56-in.jsonld</a>
</dd>
<dt>expect</dt>
<dd>
keyword redefinition
</dd>
</dl>
</dd>
<dt id='tes01'>
Test tes01 Using an array value for @context is illegal in JSON-LD 1.0
</dt>
Expand Down Expand Up @@ -9594,6 +9615,34 @@ <h2>
</dd>
</dl>
</dd>
<dt id='tpr42'>
Test tpr42 Fail if protected flag not retained during redefinition
</dt>
<dd>
<dl class='entry'>
<dt>id</dt>
<dd>#tpr42</dd>
<dt>Type</dt>
<dd>jld:NegativeEvaluationTest, jld:ExpandTest</dd>
<dt>Purpose</dt>
<dd>Check protected redefinition retains protected flag.</dd>
<dt>input</dt>
<dd>
<a href='expand/pr42-in.jsonld'>expand/pr42-in.jsonld</a>
</dd>
<dt>expect</dt>
<dd>
protected term redefinition
</dd>
<dt>Options</dt>
<dd>
<dl class='options'>
<dt>specVersion</dt>
<dd>json-ld-1.1</dd>
</dl>
</dd>
</dl>
</dd>
<dt id='tso01'>
Test tso01 @import is invalid in 1.0.
</dt>
Expand Down
49 changes: 49 additions & 0 deletions tests/toRdf-manifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -7289,6 +7289,27 @@ <h2>
</dd>
</dl>
</dd>
<dt id='ter56'>
Test ter56 Invalid redefinition of @context keyword.
</dt>
<dd>
<dl class='entry'>
<dt>id</dt>
<dd>#ter56</dd>
<dt>Type</dt>
<dd>jld:NegativeEvaluationTest, jld:ToRDFTest</dd>
<dt>Purpose</dt>
<dd>Verifies that an exception is raised when attempting to redefine @context.</dd>
<dt>input</dt>
<dd>
<a href='expand/er56-in.jsonld'>expand/er56-in.jsonld</a>
</dd>
<dt>expect</dt>
<dd>
keyword redefinition
</dd>
</dl>
</dd>
<dt id='tin01'>
Test tin01 Basic Included array
</dt>
Expand Down Expand Up @@ -11293,6 +11314,34 @@ <h2>
</dd>
</dl>
</dd>
<dt id='tpr42'>
Test tpr42 Fail if protected flag not retained during redefinition
</dt>
<dd>
<dl class='entry'>
<dt>id</dt>
<dd>#tpr42</dd>
<dt>Type</dt>
<dd>jld:NegativeEvaluationTest, jld:ToRDFTest</dd>
<dt>Purpose</dt>
<dd>Check protected redefinition retains protected flag.</dd>
<dt>input</dt>
<dd>
<a href='toRdf/pr42-in.jsonld'>toRdf/pr42-in.jsonld</a>
</dd>
<dt>expect</dt>
<dd>
protected term redefinition
</dd>
<dt>Options</dt>
<dd>
<dl class='options'>
<dt>specVersion</dt>
<dd>json-ld-1.1</dd>
</dl>
</dd>
</dl>
</dd>
<dt id='trt01'>
Test trt01 Representing numbers &gt;= 1e21
</dt>
Expand Down

0 comments on commit a41bae0

Please sign in to comment.