Skip to content

Commit 4fb55bc

Browse files
committed
Fix descriptions for expand/tm013-6 and toRdf/tm013-6.
For #253.
1 parent 3838d3c commit 4fb55bc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tests/expand-manifest.jsonld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,32 +2066,32 @@
20662066
}, {
20672067
"@id": "#tm013",
20682068
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
2069-
"name": "index map with @none",
2069+
"name": "graph index map with @none",
20702070
"purpose": "index on @graph and @index",
20712071
"input": "expand/m013-in.jsonld",
20722072
"expect": "expand/m013-out.jsonld",
20732073
"option": {"specVersion": "json-ld-1.1"}
20742074
}, {
20752075
"@id": "#tm014",
20762076
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
2077-
"name": "index map with alias @none",
2077+
"name": "graph index map with alias @none",
20782078
"purpose": "index on @graph and @index",
20792079
"input": "expand/m014-in.jsonld",
20802080
"expect": "expand/m014-out.jsonld",
20812081
"option": {"specVersion": "json-ld-1.1"}
20822082
}, {
20832083
"@id": "#tm015",
20842084
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
2085-
"name": "index map with alias @none",
2086-
"purpose": "index on @graph and @index",
2085+
"name": "graph id index map with aliased @none",
2086+
"purpose": "index on @graph and @id with @none",
20872087
"input": "expand/m015-in.jsonld",
20882088
"expect": "expand/m015-out.jsonld",
20892089
"option": {"specVersion": "json-ld-1.1"}
20902090
}, {
20912091
"@id": "#tm016",
20922092
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
2093-
"name": "index map with alias @none",
2094-
"purpose": "index on @graph and @index",
2093+
"name": "graph id index map with aliased @none",
2094+
"purpose": "index on @graph and @id with @none",
20952095
"input": "expand/m016-in.jsonld",
20962096
"expect": "expand/m016-out.jsonld",
20972097
"option": {"specVersion": "json-ld-1.1"}

tests/toRdf-manifest.jsonld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,32 +1967,32 @@
19671967
}, {
19681968
"@id": "#tm013",
19691969
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
1970-
"name": "index map with @none",
1970+
"name": "graph index map with @none",
19711971
"purpose": "index on @graph and @index",
19721972
"input": "toRdf/m013-in.jsonld",
19731973
"expect": "toRdf/m013-out.nq",
19741974
"option": {"specVersion": "json-ld-1.1"}
19751975
}, {
19761976
"@id": "#tm014",
19771977
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
1978-
"name": "index map with alias @none",
1978+
"name": "graph index map with alias @none",
19791979
"purpose": "index on @graph and @index",
19801980
"input": "toRdf/m014-in.jsonld",
19811981
"expect": "toRdf/m014-out.nq",
19821982
"option": {"specVersion": "json-ld-1.1"}
19831983
}, {
19841984
"@id": "#tm015",
19851985
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
1986-
"name": "index map with alias @none",
1987-
"purpose": "index on @graph and @index",
1986+
"name": "graph id index map with aliased @none",
1987+
"purpose": "index on @graph and @id with @none",
19881988
"input": "toRdf/m015-in.jsonld",
19891989
"expect": "toRdf/m015-out.nq",
19901990
"option": {"specVersion": "json-ld-1.1"}
19911991
}, {
19921992
"@id": "#tm016",
19931993
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
1994-
"name": "index map with alias @none",
1995-
"purpose": "index on @graph and @index",
1994+
"name": "graph id index map with aliased @none",
1995+
"purpose": "index on @graph and @id with @none",
19961996
"input": "toRdf/m016-in.jsonld",
19971997
"expect": "toRdf/m016-out.nq",
19981998
"option": {"specVersion": "json-ld-1.1"}

0 commit comments

Comments
 (0)