Skip to content

Commit 1c2a82e

Browse files
committed
Order test by id.
1 parent 30aeff1 commit 1c2a82e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/compact-manifest.jsonld

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -941,14 +941,6 @@
941941
"context": "compact/0111-context.jsonld",
942942
"expect": "compact/0111-out.jsonld",
943943
"option": {"specVersion": "json-ld-1.1"}
944-
}, {
945-
"@id": "#t0113",
946-
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
947-
"name": "Compact property index using Absolute IRI index",
948-
"purpose": "With @container: @index and @index an absolute IRI, ensure round-tripping of compacted representation",
949-
"input": "compact/0113-in.jsonld",
950-
"context": "compact/0113-context.jsonld",
951-
"expect": "compact/0113-out.jsonld"
952944
}, {
953945
"@id": "#t0112",
954946
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
@@ -957,6 +949,14 @@
957949
"input": "compact/0112-in.jsonld",
958950
"context": "compact/0112-context.jsonld",
959951
"expect": "compact/0112-out.jsonld"
952+
}, {
953+
"@id": "#t0113",
954+
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
955+
"name": "Compact property index using Absolute IRI index",
956+
"purpose": "With @container: @index and @index an absolute IRI, ensure round-tripping of compacted representation",
957+
"input": "compact/0113-in.jsonld",
958+
"context": "compact/0113-context.jsonld",
959+
"expect": "compact/0113-out.jsonld"
960960
}, {
961961
"@id": "#tc001",
962962
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],

0 commit comments

Comments
 (0)