Skip to content

Commit 8884532

Browse files
committed
Update test descriptions to change "included maps" to "included blocks".
For #254.
1 parent 4fb55bc commit 8884532

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

tests/compact-manifest.jsonld

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@
13681368
"@id": "#tin01",
13691369
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
13701370
"name": "Basic Included array",
1371-
"purpose": "Tests included maps.",
1371+
"purpose": "Tests included blocks.",
13721372
"input": "compact/in01-in.jsonld",
13731373
"context": "compact/in01-context.jsonld",
13741374
"expect": "compact/in01-out.jsonld",
@@ -1377,7 +1377,7 @@
13771377
"@id": "#tin02",
13781378
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
13791379
"name": "Basic Included object",
1380-
"purpose": "Tests included maps.",
1380+
"purpose": "Tests included blocks.",
13811381
"input": "compact/in02-in.jsonld",
13821382
"context": "compact/in02-context.jsonld",
13831383
"expect": "compact/in02-out.jsonld",
@@ -1386,7 +1386,7 @@
13861386
"@id": "#tin03",
13871387
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
13881388
"name": "Multiple properties mapping to @included are folded together",
1389-
"purpose": "Tests included maps.",
1389+
"purpose": "Tests included blocks.",
13901390
"input": "compact/in03-in.jsonld",
13911391
"context": "compact/in03-context.jsonld",
13921392
"expect": "compact/in03-out.jsonld",
@@ -1395,7 +1395,7 @@
13951395
"@id": "#tin04",
13961396
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
13971397
"name": "Included containing @included",
1398-
"purpose": "Tests included maps.",
1398+
"purpose": "Tests included blocks.",
13991399
"input": "compact/in04-in.jsonld",
14001400
"context": "compact/in04-context.jsonld",
14011401
"expect": "compact/in04-out.jsonld",
@@ -1404,7 +1404,7 @@
14041404
"@id": "#tin05",
14051405
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
14061406
"name": "Property value with @included",
1407-
"purpose": "Tests included maps.",
1407+
"purpose": "Tests included blocks.",
14081408
"input": "compact/in05-in.jsonld",
14091409
"context": "compact/in05-context.jsonld",
14101410
"expect": "compact/in05-out.jsonld",

tests/expand-manifest.jsonld

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,71 +1699,71 @@
16991699
"@id": "#tin01",
17001700
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17011701
"name": "Basic Included array",
1702-
"purpose": "Tests included maps.",
1702+
"purpose": "Tests included blocks.",
17031703
"input": "expand/in01-in.jsonld",
17041704
"expect": "expand/in01-out.jsonld",
17051705
"option": {"specVersion": "json-ld-1.1"}
17061706
}, {
17071707
"@id": "#tin02",
17081708
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17091709
"name": "Basic Included object",
1710-
"purpose": "Tests included maps.",
1710+
"purpose": "Tests included blocks.",
17111711
"input": "expand/in02-in.jsonld",
17121712
"expect": "expand/in02-out.jsonld",
17131713
"option": {"specVersion": "json-ld-1.1"}
17141714
}, {
17151715
"@id": "#tin03",
17161716
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17171717
"name": "Multiple properties mapping to @included are folded together",
1718-
"purpose": "Tests included maps.",
1718+
"purpose": "Tests included blocks.",
17191719
"input": "expand/in03-in.jsonld",
17201720
"expect": "expand/in03-out.jsonld",
17211721
"option": {"specVersion": "json-ld-1.1"}
17221722
}, {
17231723
"@id": "#tin04",
17241724
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17251725
"name": "Included containing @included",
1726-
"purpose": "Tests included maps.",
1726+
"purpose": "Tests included blocks.",
17271727
"input": "expand/in04-in.jsonld",
17281728
"expect": "expand/in04-out.jsonld",
17291729
"option": {"specVersion": "json-ld-1.1"}
17301730
}, {
17311731
"@id": "#tin05",
17321732
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17331733
"name": "Property value with @included",
1734-
"purpose": "Tests included maps.",
1734+
"purpose": "Tests included blocks.",
17351735
"input": "expand/in05-in.jsonld",
17361736
"expect": "expand/in05-out.jsonld",
17371737
"option": {"specVersion": "json-ld-1.1"}
17381738
}, {
17391739
"@id": "#tin06",
17401740
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
17411741
"name": "json.api example",
1742-
"purpose": "Tests included maps.",
1742+
"purpose": "Tests included blocks.",
17431743
"input": "expand/in06-in.jsonld",
17441744
"expect": "expand/in06-out.jsonld",
17451745
"option": {"specVersion": "json-ld-1.1"}
17461746
}, {
17471747
"@id": "#tin07",
17481748
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
17491749
"name": "Error if @included value is a string",
1750-
"purpose": "Tests included maps.",
1750+
"purpose": "Tests included blocks.",
17511751
"input": "expand/in07-in.jsonld",
17521752
"expectErrorCode": "invalid @included value",
17531753
"option": {"specVersion": "json-ld-1.1"}
17541754
}, {
17551755
"@id": "#tin08",
17561756
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
17571757
"name": "Error if @included value is a value object",
1758-
"purpose": "Tests included maps.",
1758+
"purpose": "Tests included blocks.",
17591759
"input": "expand/in08-in.jsonld",
17601760
"expectErrorCode": "invalid @included value",
17611761
"option": {"specVersion": "json-ld-1.1"}
17621762
}, {
17631763
"@id": "#tin09",
17641764
"@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
17651765
"name": "Error if @included value is a list object",
1766-
"purpose": "Tests included maps.",
1766+
"purpose": "Tests included blocks.",
17671767
"input": "expand/in09-in.jsonld",
17681768
"expectErrorCode": "invalid @included value",
17691769
"option": {"specVersion": "json-ld-1.1"}

tests/flatten-manifest.jsonld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,47 +362,47 @@
362362
"@id": "#tin01",
363363
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
364364
"name": "Basic Included array",
365-
"purpose": "Tests included maps.",
365+
"purpose": "Tests included blocks.",
366366
"input": "flatten/in01-in.jsonld",
367367
"expect": "flatten/in01-out.jsonld",
368368
"option": {"specVersion": "json-ld-1.1"}
369369
}, {
370370
"@id": "#tin02",
371371
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
372372
"name": "Basic Included object",
373-
"purpose": "Tests included maps.",
373+
"purpose": "Tests included blocks.",
374374
"input": "flatten/in02-in.jsonld",
375375
"expect": "flatten/in02-out.jsonld",
376376
"option": {"specVersion": "json-ld-1.1"}
377377
}, {
378378
"@id": "#tin03",
379379
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
380380
"name": "Multiple properties mapping to @included are folded together",
381-
"purpose": "Tests included maps.",
381+
"purpose": "Tests included blocks.",
382382
"input": "flatten/in03-in.jsonld",
383383
"expect": "flatten/in03-out.jsonld",
384384
"option": {"specVersion": "json-ld-1.1"}
385385
}, {
386386
"@id": "#tin04",
387387
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
388388
"name": "Included containing @included",
389-
"purpose": "Tests included maps.",
389+
"purpose": "Tests included blocks.",
390390
"input": "flatten/in04-in.jsonld",
391391
"expect": "flatten/in04-out.jsonld",
392392
"option": {"specVersion": "json-ld-1.1"}
393393
}, {
394394
"@id": "#tin05",
395395
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
396396
"name": "Property value with @included",
397-
"purpose": "Tests included maps.",
397+
"purpose": "Tests included blocks.",
398398
"input": "flatten/in05-in.jsonld",
399399
"expect": "flatten/in05-out.jsonld",
400400
"option": {"specVersion": "json-ld-1.1"}
401401
}, {
402402
"@id": "#tin06",
403403
"@type": ["jld:PositiveEvaluationTest", "jld:FlattenTest"],
404404
"name": "json.api example",
405-
"purpose": "Tests included maps.",
405+
"purpose": "Tests included blocks.",
406406
"input": "flatten/in06-in.jsonld",
407407
"expect": "flatten/in06-out.jsonld",
408408
"option": {"specVersion": "json-ld-1.1"}

tests/toRdf-manifest.jsonld

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,47 +1672,47 @@
16721672
"@id": "#tin01",
16731673
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
16741674
"name": "Basic Included array",
1675-
"purpose": "Tests included maps.",
1675+
"purpose": "Tests included blocks.",
16761676
"input": "toRdf/in01-in.jsonld",
16771677
"expect": "toRdf/in01-out.nq",
16781678
"option": {"specVersion": "json-ld-1.1"}
16791679
}, {
16801680
"@id": "#tin02",
16811681
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
16821682
"name": "Basic Included object",
1683-
"purpose": "Tests included maps.",
1683+
"purpose": "Tests included blocks.",
16841684
"input": "toRdf/in02-in.jsonld",
16851685
"expect": "toRdf/in02-out.nq",
16861686
"option": {"specVersion": "json-ld-1.1"}
16871687
}, {
16881688
"@id": "#tin03",
16891689
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
16901690
"name": "Multiple properties mapping to @included are folded together",
1691-
"purpose": "Tests included maps.",
1691+
"purpose": "Tests included blocks.",
16921692
"input": "toRdf/in03-in.jsonld",
16931693
"expect": "toRdf/in03-out.nq",
16941694
"option": {"specVersion": "json-ld-1.1"}
16951695
}, {
16961696
"@id": "#tin04",
16971697
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
16981698
"name": "Included containing @included",
1699-
"purpose": "Tests included maps.",
1699+
"purpose": "Tests included blocks.",
17001700
"input": "toRdf/in04-in.jsonld",
17011701
"expect": "toRdf/in04-out.nq",
17021702
"option": {"specVersion": "json-ld-1.1"}
17031703
}, {
17041704
"@id": "#tin05",
17051705
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
17061706
"name": "Property value with @included",
1707-
"purpose": "Tests included maps.",
1707+
"purpose": "Tests included blocks.",
17081708
"input": "toRdf/in05-in.jsonld",
17091709
"expect": "toRdf/in05-out.nq",
17101710
"option": {"specVersion": "json-ld-1.1"}
17111711
}, {
17121712
"@id": "#tin06",
17131713
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
17141714
"name": "json.api example",
1715-
"purpose": "Tests included maps.",
1715+
"purpose": "Tests included blocks.",
17161716
"input": "toRdf/in06-in.jsonld",
17171717
"expect": "toRdf/in06-out.nq",
17181718
"option": {"specVersion": "json-ld-1.1"}

0 commit comments

Comments
 (0)