From 421b9b8b8587a211f5393ffb9b6c51f59d733614 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 17 Mar 2022 20:04:56 -0400 Subject: [PATCH] Normalize indents. --- tests/expand-manifest.jsonld | 46 ++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/tests/expand-manifest.jsonld b/tests/expand-manifest.jsonld index 0482a73b..57bc6b85 100644 --- a/tests/expand-manifest.jsonld +++ b/tests/expand-manifest.jsonld @@ -1782,7 +1782,7 @@ "purpose": "Verifies that an exception is raised in Expansion when an invalid value object value is found using a value alias", "input": "expand/er51-in.jsonld", "expectErrorCode": "invalid value object value" - }, { + }, { "@id": "#ter52", "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], "name": "Definition for the empty term", @@ -1790,28 +1790,28 @@ "input": "expand/er52-in.jsonld", "expectErrorCode": "invalid term definition" }, { - "@id": "#ter53", - "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], - "name": "Invalid prefix value", - "purpose": "Verifies that an exception is raised on expansion when a context contains an invalid @prefix value", - "input": "expand/er53-in.jsonld", - "expectErrorCode": "invalid @prefix value", - "option": {"specVersion": "json-ld-1.1"} - }, { - "@id": "#ter54", - "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], - "name": "Invalid value object, multiple values for @type.", - "purpose": "The value of @type in a value object MUST be a string or null.", - "input": "expand/er54-in.jsonld", - "expectErrorCode": "invalid typed value" - }, { - "@id": "#ter55", - "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], - "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": "expand/er55-in.jsonld", - "expectErrorCode": "invalid type mapping" - }, { + "@id": "#ter53", + "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], + "name": "Invalid prefix value", + "purpose": "Verifies that an exception is raised on expansion when a context contains an invalid @prefix value", + "input": "expand/er53-in.jsonld", + "expectErrorCode": "invalid @prefix value", + "option": {"specVersion": "json-ld-1.1"} + }, { + "@id": "#ter54", + "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], + "name": "Invalid value object, multiple values for @type.", + "purpose": "The value of @type in a value object MUST be a string or null.", + "input": "expand/er54-in.jsonld", + "expectErrorCode": "invalid typed value" + }, { + "@id": "#ter55", + "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], + "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": "expand/er55-in.jsonld", + "expectErrorCode": "invalid type mapping" + }, { "@id": "#tes01", "@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"], "name": "Using an array value for @context is illegal in JSON-LD 1.0",