Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Feb 7, 2024
1 parent ec175b4 commit 8b1cedd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/toRdf-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2231,19 +2231,19 @@
"expectErrorCode": "invalid @prefix value",
"option": {"specVersion": "json-ld-1.1"}
}, {
"@id": "#ter54",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
"name": "Invalid value object, multiple values for @type.",
"purpose": "The value of @type in a value object MUST be a string or null.",
"input": "toRdf/er54-in.jsonld",
"expectErrorCode": "invalid typed value"
}, {
"@id": "#ter55",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
"name": "Invalid term definition, multiple values for @type.",
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
"input": "toRdf/er55-in.jsonld",
"expectErrorCode": "invalid type mapping"
"@id": "#ter54",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
"name": "Invalid value object, multiple values for @type.",
"purpose": "The value of @type in a value object MUST be a string or null.",
"input": "toRdf/er54-in.jsonld",
"expectErrorCode": "invalid typed value"
}, {
"@id": "#ter55",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
"name": "Invalid term definition, multiple values for @type.",
"purpose": "The value of @type in an expanded term definition object MUST be a string or null.",
"input": "toRdf/er55-in.jsonld",
"expectErrorCode": "invalid type mapping"
}, {
"@id": "#ter56",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
Expand Down

0 comments on commit 8b1cedd

Please sign in to comment.