Skip to content

Commit 200e31f

Browse files
committed
Relocate some compact tests to preserve test ordering.
1 parent 6dcfd6b commit 200e31f

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

tests/compact-manifest.jsonld

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@id": "#t0013",
107107
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
108108
"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",
110110
"input": "compact/0013-in.jsonld",
111111
"context": "compact/0013-context.jsonld",
112112
"expect": "compact/0013-out.jsonld"
@@ -1517,7 +1517,52 @@
15171517
"context": "compact/js11-context.jsonld",
15181518
"expect": "compact/js11-out.jsonld",
15191519
"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+
}, {
15211566
"@id": "#tm001",
15221567
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
15231568
"name": "Indexes to object not having an @id",
@@ -2015,51 +2060,6 @@
20152060
"context": "compact/s002-context.jsonld",
20162061
"expect": "compact/s002-out.jsonld",
20172062
"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"}
20632063
}, {
20642064
"@id": "#ttn01",
20652065
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],

0 commit comments

Comments
 (0)