Skip to content

Commit 421b9b8

Browse files
davidlehnpchampin
authored andcommitted
Normalize indents.
1 parent 0d01948 commit 421b9b8

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

tests/expand-manifest.jsonld

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,36 +1782,36 @@
17821782
"purpose": "Verifies that an exception is raised in Expansion when an invalid value object value is found using a value alias",
17831783
"input": "expand/er51-in.jsonld",
17841784
"expectErrorCode": "invalid value object value"
1785-
}, {
1785+
}, {
17861786
"@id": "#ter52",
17871787
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
17881788
"name": "Definition for the empty term",
17891789
"purpose": "Verifies that an exception is raised on expansion when a context contains a definition for the empty term",
17901790
"input": "expand/er52-in.jsonld",
17911791
"expectErrorCode": "invalid term definition"
17921792
}, {
1793-
"@id": "#ter53",
1794-
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1795-
"name": "Invalid prefix value",
1796-
"purpose": "Verifies that an exception is raised on expansion when a context contains an invalid @prefix value",
1797-
"input": "expand/er53-in.jsonld",
1798-
"expectErrorCode": "invalid @prefix value",
1799-
"option": {"specVersion": "json-ld-1.1"}
1800-
}, {
1801-
"@id": "#ter54",
1802-
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1803-
"name": "Invalid value object, multiple values for @type.",
1804-
"purpose": "The value of @type in a value object MUST be a string or null.",
1805-
"input": "expand/er54-in.jsonld",
1806-
"expectErrorCode": "invalid typed value"
1807-
}, {
1808-
"@id": "#ter55",
1809-
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1810-
"name": "Invalid term definition, multiple values for @type.",
1811-
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
1812-
"input": "expand/er55-in.jsonld",
1813-
"expectErrorCode": "invalid type mapping"
1814-
}, {
1793+
"@id": "#ter53",
1794+
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1795+
"name": "Invalid prefix value",
1796+
"purpose": "Verifies that an exception is raised on expansion when a context contains an invalid @prefix value",
1797+
"input": "expand/er53-in.jsonld",
1798+
"expectErrorCode": "invalid @prefix value",
1799+
"option": {"specVersion": "json-ld-1.1"}
1800+
}, {
1801+
"@id": "#ter54",
1802+
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1803+
"name": "Invalid value object, multiple values for @type.",
1804+
"purpose": "The value of @type in a value object MUST be a string or null.",
1805+
"input": "expand/er54-in.jsonld",
1806+
"expectErrorCode": "invalid typed value"
1807+
}, {
1808+
"@id": "#ter55",
1809+
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
1810+
"name": "Invalid term definition, multiple values for @type.",
1811+
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
1812+
"input": "expand/er55-in.jsonld",
1813+
"expectErrorCode": "invalid type mapping"
1814+
}, {
18151815
"@id": "#tes01",
18161816
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
18171817
"name": "Using an array value for @context is illegal in JSON-LD 1.0",

0 commit comments

Comments
 (0)