Skip to content

Commit 26e0da0

Browse files
committed
Manually rebuild some manifests.
1 parent f8a496a commit 26e0da0

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed

tests/expand-manifest.html

+49
Original file line numberDiff line numberDiff line change
@@ -6004,6 +6004,27 @@ <h2>
60046004
</dd>
60056005
</dl>
60066006
</dd>
6007+
<dt id='ter56'>
6008+
Test ter56 Invalid redefinition of @context keyword.
6009+
</dt>
6010+
<dd>
6011+
<dl class='entry'>
6012+
<dt>id</dt>
6013+
<dd>#ter56</dd>
6014+
<dt>Type</dt>
6015+
<dd>jld:NegativeEvaluationTest, jld:ExpandTest</dd>
6016+
<dt>Purpose</dt>
6017+
<dd>Verifies that an exception is raised when attempting to redefine @context.</dd>
6018+
<dt>input</dt>
6019+
<dd>
6020+
<a href='expand/er56-in.jsonld'>expand/er56-in.jsonld</a>
6021+
</dd>
6022+
<dt>expect</dt>
6023+
<dd>
6024+
keyword redefinition
6025+
</dd>
6026+
</dl>
6027+
</dd>
60076028
<dt id='tes01'>
60086029
Test tes01 Using an array value for @context is illegal in JSON-LD 1.0
60096030
</dt>
@@ -9594,6 +9615,34 @@ <h2>
95949615
</dd>
95959616
</dl>
95969617
</dd>
9618+
<dt id='tpr42'>
9619+
Test tpr42 Fail if protected flag not retained during redefinition
9620+
</dt>
9621+
<dd>
9622+
<dl class='entry'>
9623+
<dt>id</dt>
9624+
<dd>#tpr42</dd>
9625+
<dt>Type</dt>
9626+
<dd>jld:NegativeEvaluationTest, jld:ExpandTest</dd>
9627+
<dt>Purpose</dt>
9628+
<dd>Check protected redefinition retains protected flag.</dd>
9629+
<dt>input</dt>
9630+
<dd>
9631+
<a href='expand/pr42-in.jsonld'>expand/pr42-in.jsonld</a>
9632+
</dd>
9633+
<dt>expect</dt>
9634+
<dd>
9635+
protected term redefinition
9636+
</dd>
9637+
<dt>Options</dt>
9638+
<dd>
9639+
<dl class='options'>
9640+
<dt>specVersion</dt>
9641+
<dd>json-ld-1.1</dd>
9642+
</dl>
9643+
</dd>
9644+
</dl>
9645+
</dd>
95979646
<dt id='tso01'>
95989647
Test tso01 @import is invalid in 1.0.
95999648
</dt>

tests/toRdf-manifest.html

+49
Original file line numberDiff line numberDiff line change
@@ -7289,6 +7289,27 @@ <h2>
72897289
</dd>
72907290
</dl>
72917291
</dd>
7292+
<dt id='ter56'>
7293+
Test ter56 Invalid redefinition of @context keyword.
7294+
</dt>
7295+
<dd>
7296+
<dl class='entry'>
7297+
<dt>id</dt>
7298+
<dd>#ter56</dd>
7299+
<dt>Type</dt>
7300+
<dd>jld:NegativeEvaluationTest, jld:ToRDFTest</dd>
7301+
<dt>Purpose</dt>
7302+
<dd>Verifies that an exception is raised when attempting to redefine @context.</dd>
7303+
<dt>input</dt>
7304+
<dd>
7305+
<a href='expand/er56-in.jsonld'>expand/er56-in.jsonld</a>
7306+
</dd>
7307+
<dt>expect</dt>
7308+
<dd>
7309+
keyword redefinition
7310+
</dd>
7311+
</dl>
7312+
</dd>
72927313
<dt id='tin01'>
72937314
Test tin01 Basic Included array
72947315
</dt>
@@ -11293,6 +11314,34 @@ <h2>
1129311314
</dd>
1129411315
</dl>
1129511316
</dd>
11317+
<dt id='tpr42'>
11318+
Test tpr42 Fail if protected flag not retained during redefinition
11319+
</dt>
11320+
<dd>
11321+
<dl class='entry'>
11322+
<dt>id</dt>
11323+
<dd>#tpr42</dd>
11324+
<dt>Type</dt>
11325+
<dd>jld:NegativeEvaluationTest, jld:ToRDFTest</dd>
11326+
<dt>Purpose</dt>
11327+
<dd>Check protected redefinition retains protected flag.</dd>
11328+
<dt>input</dt>
11329+
<dd>
11330+
<a href='toRdf/pr42-in.jsonld'>toRdf/pr42-in.jsonld</a>
11331+
</dd>
11332+
<dt>expect</dt>
11333+
<dd>
11334+
protected term redefinition
11335+
</dd>
11336+
<dt>Options</dt>
11337+
<dd>
11338+
<dl class='options'>
11339+
<dt>specVersion</dt>
11340+
<dd>json-ld-1.1</dd>
11341+
</dl>
11342+
</dd>
11343+
</dl>
11344+
</dd>
1129611345
<dt id='trt01'>
1129711346
Test trt01 Representing numbers &gt;= 1e21
1129811347
</dt>

0 commit comments

Comments
 (0)