|
1782 | 1782 | "purpose": "Verifies that an exception is raised in Expansion when an invalid value object value is found using a value alias", |
1783 | 1783 | "input": "expand/er51-in.jsonld", |
1784 | 1784 | "expectErrorCode": "invalid value object value" |
1785 | | - }, { |
| 1785 | + }, { |
1786 | 1786 | "@id": "#ter52", |
1787 | 1787 | "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ], |
1788 | 1788 | "name": "Definition for the empty term", |
1789 | 1789 | "purpose": "Verifies that an exception is raised on expansion when a context contains a definition for the empty term", |
1790 | 1790 | "input": "expand/er52-in.jsonld", |
1791 | 1791 | "expectErrorCode": "invalid term definition" |
1792 | 1792 | }, { |
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 | + }, { |
1815 | 1815 | "@id": "#tes01", |
1816 | 1816 | "@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"], |
1817 | 1817 | "name": "Using an array value for @context is illegal in JSON-LD 1.0", |
|
0 commit comments