Skip to content

Commit 7975314

Browse files
clehnergkellogg
authored andcommitted
Rename duplicate ids in toRdf manifest
1 parent 7e955dc commit 7975314

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tests/toRdf-manifest.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,13 +5626,13 @@ <h2>
56265626
</dd>
56275627
</dl>
56285628
</dd>
5629-
<dt id='t0124'>
5630-
Test t0124 compact IRI as @vocab
5629+
<dt id='te124'>
5630+
Test te124 compact IRI as @vocab
56315631
</dt>
56325632
<dd>
56335633
<dl class='entry'>
56345634
<dt>id</dt>
5635-
<dd>#t0124</dd>
5635+
<dd>#te124</dd>
56365636
<dt>Type</dt>
56375637
<dd>jld:PositiveEvaluationTest, jld:ToRDFTest</dd>
56385638
<dt>Purpose</dt>
@@ -5654,13 +5654,13 @@ <h2>
56545654
</dd>
56555655
</dl>
56565656
</dd>
5657-
<dt id='t0125'>
5658-
Test t0125 term as @vocab
5657+
<dt id='te125'>
5658+
Test te125 term as @vocab
56595659
</dt>
56605660
<dd>
56615661
<dl class='entry'>
56625662
<dt>id</dt>
5663-
<dd>#t0125</dd>
5663+
<dd>#te125</dd>
56645664
<dt>Type</dt>
56655665
<dd>jld:PositiveEvaluationTest, jld:ToRDFTest</dd>
56665666
<dt>Purpose</dt>

tests/toRdf-manifest.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,15 +1725,15 @@
17251725
"expectErrorCode": "invalid typed value",
17261726
"option": {"specVersion": "json-ld-1.1"}
17271727
}, {
1728-
"@id": "#t0124",
1728+
"@id": "#te124",
17291729
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
17301730
"name": "compact IRI as @vocab",
17311731
"purpose": "Verifies that @vocab defined as a compact IRI expands properly",
17321732
"input": "toRdf/e124-in.jsonld",
17331733
"expect": "toRdf/e124-out.nq",
17341734
"option": {"specVersion": "json-ld-1.1"}
17351735
}, {
1736-
"@id": "#t0125",
1736+
"@id": "#te125",
17371737
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
17381738
"name": "term as @vocab",
17391739
"purpose": "Verifies that @vocab defined as a term expands properly",

0 commit comments

Comments
 (0)