Skip to content

Commit 5e5555c

Browse files
committed
Rename e052 to er52 and copy to toRdf.
1 parent 2418b1f commit 5e5555c

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

tests/expand-manifest.jsonld

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,13 +1624,6 @@
16241624
"purpose": "Verifies that an exception is raised in Expansion when an invalid value object value is found using a value alias",
16251625
"input": "expand/e051-in.jsonld",
16261626
"expectErrorCode": "invalid value object value"
1627-
}, {
1628-
"@id": "#te052",
1629-
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1630-
"name": "Definition for the empty term",
1631-
"purpose": "Verifies that an exception is raised on expansion when a context contains a definition for the empty term",
1632-
"input": "expand/e052-in.jsonld",
1633-
"expectErrorCode": "invalid term definition"
16341627
}, {
16351628
"@id": "#tec01",
16361629
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
@@ -1719,6 +1712,13 @@
17191712
"option": {"specVersion": "json-ld-1.1"},
17201713
"input": "expand/ep03-in.jsonld",
17211714
"expectErrorCode": "invalid @version value"
1715+
}, {
1716+
"@id": "#ter52",
1717+
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1718+
"name": "Definition for the empty term",
1719+
"purpose": "Verifies that an exception is raised on expansion when a context contains a definition for the empty term",
1720+
"input": "expand/er52-in.jsonld",
1721+
"expectErrorCode": "invalid term definition"
17221722
}, {
17231723
"@id": "#tes01",
17241724
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
File renamed without changes.

tests/toRdf-manifest.jsonld

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,13 @@
17221722
"input": "toRdf/e123-in.jsonld",
17231723
"expectErrorCode": "invalid typed value",
17241724
"option": {"specVersion": "json-ld-1.1"}
1725+
}, {
1726+
"@id": "#ter52",
1727+
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
1728+
"name": "Definition for the empty term",
1729+
"purpose": "Verifies that an exception is raised on expansion when a context contains a definition for the empty term",
1730+
"input": "toRdf/er52-in.jsonld",
1731+
"expectErrorCode": "invalid term definition"
17251732
}, {
17261733
"@id": "#tin01",
17271734
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],

tests/toRdf/er52-in.jsonld

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"@context": {
3+
"term": {"@id": "http://example.org/term"},
4+
"": {"@id": "http://example.org/empty"}
5+
},
6+
"@id": "http://example/test#example"
7+
}

0 commit comments

Comments
 (0)