Skip to content

Commit 8b1cedd

Browse files
committed
Fix indentation.
1 parent ec175b4 commit 8b1cedd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/toRdf-manifest.jsonld

+13-13
Original file line numberDiff line numberDiff line change
@@ -2231,19 +2231,19 @@
22312231
"expectErrorCode": "invalid @prefix value",
22322232
"option": {"specVersion": "json-ld-1.1"}
22332233
}, {
2234-
"@id": "#ter54",
2235-
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
2236-
"name": "Invalid value object, multiple values for @type.",
2237-
"purpose": "The value of @type in a value object MUST be a string or null.",
2238-
"input": "toRdf/er54-in.jsonld",
2239-
"expectErrorCode": "invalid typed value"
2240-
}, {
2241-
"@id": "#ter55",
2242-
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
2243-
"name": "Invalid term definition, multiple values for @type.",
2244-
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
2245-
"input": "toRdf/er55-in.jsonld",
2246-
"expectErrorCode": "invalid type mapping"
2234+
"@id": "#ter54",
2235+
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
2236+
"name": "Invalid value object, multiple values for @type.",
2237+
"purpose": "The value of @type in a value object MUST be a string or null.",
2238+
"input": "toRdf/er54-in.jsonld",
2239+
"expectErrorCode": "invalid typed value"
2240+
}, {
2241+
"@id": "#ter55",
2242+
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
2243+
"name": "Invalid term definition, multiple values for @type.",
2244+
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
2245+
"input": "toRdf/er55-in.jsonld",
2246+
"expectErrorCode": "invalid type mapping"
22472247
}, {
22482248
"@id": "#ter56",
22492249
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],

0 commit comments

Comments
 (0)