Skip to content

Commit 811419f

Browse files
committed
expand/tso13 is an ExpansionTest not a ToRdfTest.
1 parent a6ede97 commit 811419f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/expand-manifest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9494,7 +9494,7 @@ <h2>
94949494
<dt>id</dt>
94959495
<dd>#tso13</dd>
94969496
<dt>Type</dt>
9497-
<dd>jld:NegativeEvaluationTest, jld:ToRDFTest</dd>
9497+
<dd>jld:NegativeEvaluationTest, jld:ExpandTest</dd>
94989498
<dt>Purpose</dt>
94999499
<dd>@import can only reference a single context.</dd>
95009500
<dt>input</dt>

tests/expand-manifest.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@
28022802
"expectErrorCode": "invalid context entry"
28032803
}, {
28042804
"@id": "#tso13",
2805-
"@type": ["jld:NegativeEvaluationTest", "jld:ToRDFTest"],
2805+
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
28062806
"name": "@import can only reference a single context",
28072807
"purpose": "@import can only reference a single context.",
28082808
"option": {"specVersion": "json-ld-1.1"},

tests/html-manifest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h2>
308308
<dt>id</dt>
309309
<dd>#te006</dd>
310310
<dt>Type</dt>
311-
<dd>jld:PositiveEvaluationTest, jld:ExpandTest, jld:HtmlTest</dd>
311+
<dd>jld:NegativeEvaluationTest, jld:ExpandTest, jld:HtmlTest</dd>
312312
<dt>Purpose</dt>
313313
<dd>Tests embedded JSON-LD in HTML when none exist</dd>
314314
<dt>input</dt>
@@ -317,7 +317,7 @@ <h2>
317317
</dd>
318318
<dt>expect</dt>
319319
<dd>
320-
<a href='html/e006-out.jsonld'>html/e006-out.jsonld</a>
320+
loading document failed
321321
</dd>
322322
<dt>Options</dt>
323323
<dd>

0 commit comments

Comments
 (0)