|
106 | 106 | "@id": "#t0013",
|
107 | 107 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
108 | 108 | "name": "@value with @language",
|
109 |
| - "purpose": "Values with @language remain in expended form by default", |
| 109 | + "purpose": "Values with @language remain in expanded form by default", |
110 | 110 | "input": "compact/0013-in.jsonld",
|
111 | 111 | "context": "compact/0013-context.jsonld",
|
112 | 112 | "expect": "compact/0013-out.jsonld"
|
|
1517 | 1517 | "context": "compact/js11-context.jsonld",
|
1518 | 1518 | "expect": "compact/js11-out.jsonld",
|
1519 | 1519 | "option": {"specVersion": "json-ld-1.1", "processingMode": "json-ld-1.1"}
|
1520 |
| - }, { |
| 1520 | + }, { |
| 1521 | + "@id": "#tli01", |
| 1522 | + "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
| 1523 | + "name": "coerced @list containing an empty list", |
| 1524 | + "purpose": "Lists of Lists", |
| 1525 | + "input": "compact/li01-in.jsonld", |
| 1526 | + "context": "compact/li01-context.jsonld", |
| 1527 | + "expect": "compact/li01-out.jsonld", |
| 1528 | + "option": {"specVersion": "json-ld-1.1"} |
| 1529 | + }, { |
| 1530 | + "@id": "#tli02", |
| 1531 | + "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
| 1532 | + "name": "coerced @list containing a list", |
| 1533 | + "purpose": "Lists of Lists", |
| 1534 | + "input": "compact/li02-in.jsonld", |
| 1535 | + "context": "compact/li02-context.jsonld", |
| 1536 | + "expect": "compact/li02-out.jsonld", |
| 1537 | + "option": {"specVersion": "json-ld-1.1"} |
| 1538 | + }, { |
| 1539 | + "@id": "#tli03", |
| 1540 | + "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
| 1541 | + "name": "coerced @list containing an deep list", |
| 1542 | + "purpose": "Lists of Lists", |
| 1543 | + "input": "compact/li03-in.jsonld", |
| 1544 | + "context": "compact/li03-context.jsonld", |
| 1545 | + "expect": "compact/li03-out.jsonld", |
| 1546 | + "option": {"specVersion": "json-ld-1.1"} |
| 1547 | + }, { |
| 1548 | + "@id": "#tli04", |
| 1549 | + "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
| 1550 | + "name": "coerced @list containing multiple lists", |
| 1551 | + "purpose": "Lists of Lists", |
| 1552 | + "input": "compact/li04-in.jsonld", |
| 1553 | + "context": "compact/li04-context.jsonld", |
| 1554 | + "expect": "compact/li04-out.jsonld", |
| 1555 | + "option": {"specVersion": "json-ld-1.1"} |
| 1556 | + }, { |
| 1557 | + "@id": "#tli05", |
| 1558 | + "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
| 1559 | + "name": "coerced @list containing mixed list values", |
| 1560 | + "purpose": "Lists of Lists", |
| 1561 | + "input": "compact/li05-in.jsonld", |
| 1562 | + "context": "compact/li05-context.jsonld", |
| 1563 | + "expect": "compact/li05-out.jsonld", |
| 1564 | + "option": {"specVersion": "json-ld-1.1"} |
| 1565 | + }, { |
1521 | 1566 | "@id": "#tm001",
|
1522 | 1567 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
1523 | 1568 | "name": "Indexes to object not having an @id",
|
|
2015 | 2060 | "context": "compact/s002-context.jsonld",
|
2016 | 2061 | "expect": "compact/s002-out.jsonld",
|
2017 | 2062 | "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"}
|
2018 |
| - }, { |
2019 |
| - "@id": "#tli01", |
2020 |
| - "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
2021 |
| - "name": "coerced @list containing an empty list", |
2022 |
| - "purpose": "Lists of Lists", |
2023 |
| - "input": "compact/li01-in.jsonld", |
2024 |
| - "context": "compact/li01-context.jsonld", |
2025 |
| - "expect": "compact/li01-out.jsonld", |
2026 |
| - "option": {"specVersion": "json-ld-1.1"} |
2027 |
| - }, { |
2028 |
| - "@id": "#tli02", |
2029 |
| - "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
2030 |
| - "name": "coerced @list containing a list", |
2031 |
| - "purpose": "Lists of Lists", |
2032 |
| - "input": "compact/li02-in.jsonld", |
2033 |
| - "context": "compact/li02-context.jsonld", |
2034 |
| - "expect": "compact/li02-out.jsonld", |
2035 |
| - "option": {"specVersion": "json-ld-1.1"} |
2036 |
| - }, { |
2037 |
| - "@id": "#tli03", |
2038 |
| - "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
2039 |
| - "name": "coerced @list containing an deep list", |
2040 |
| - "purpose": "Lists of Lists", |
2041 |
| - "input": "compact/li03-in.jsonld", |
2042 |
| - "context": "compact/li03-context.jsonld", |
2043 |
| - "expect": "compact/li03-out.jsonld", |
2044 |
| - "option": {"specVersion": "json-ld-1.1"} |
2045 |
| - }, { |
2046 |
| - "@id": "#tli04", |
2047 |
| - "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
2048 |
| - "name": "coerced @list containing multiple lists", |
2049 |
| - "purpose": "Lists of Lists", |
2050 |
| - "input": "compact/li04-in.jsonld", |
2051 |
| - "context": "compact/li04-context.jsonld", |
2052 |
| - "expect": "compact/li04-out.jsonld", |
2053 |
| - "option": {"specVersion": "json-ld-1.1"} |
2054 |
| - }, { |
2055 |
| - "@id": "#tli05", |
2056 |
| - "@type": [ "jld:PositiveEvaluationTest", "jld:CompactTest" ], |
2057 |
| - "name": "coerced @list containing mixed list values", |
2058 |
| - "purpose": "Lists of Lists", |
2059 |
| - "input": "compact/li05-in.jsonld", |
2060 |
| - "context": "compact/li05-context.jsonld", |
2061 |
| - "expect": "compact/li05-out.jsonld", |
2062 |
| - "option": {"specVersion": "json-ld-1.1"} |
2063 | 2063 | }, {
|
2064 | 2064 | "@id": "#ttn01",
|
2065 | 2065 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
|
0 commit comments