|
1082 | 1082 | "option": {"specVersion": "json-ld-1.1"}, |
1083 | 1083 | "input": "expand-p001-in.jsonld", |
1084 | 1084 | "expect": "expand-p001-out.jsonld" |
| 1085 | + }, { |
| 1086 | + "@id": "#tp002", |
| 1087 | + "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"], |
| 1088 | + "name": "@version setting [1.0, 1.1, 1.0]", |
| 1089 | + "purpose": "If processing mode is not set through API, it is set by the first context containing @version.", |
| 1090 | + "option": {"specVersion": "json-ld-1.1"}, |
| 1091 | + "input": "expand-p002-in.jsonld", |
| 1092 | + "expect": "expand-p002-out.jsonld" |
| 1093 | + }, { |
| 1094 | + "@id": "#tp003", |
| 1095 | + "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"], |
| 1096 | + "name": "@version setting [1.1, 1.0]", |
| 1097 | + "purpose": "If processing mode is not set through API, it is set by the first context containing @version.", |
| 1098 | + "option": {"specVersion": "json-ld-1.1"}, |
| 1099 | + "input": "expand-p003-in.jsonld", |
| 1100 | + "expect": "expand-p003-out.jsonld" |
| 1101 | + }, { |
| 1102 | + "@id": "#tp004", |
| 1103 | + "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"], |
| 1104 | + "name": "@version setting [1.1, 1.0, 1.1]", |
| 1105 | + "purpose": "If processing mode is not set through API, it is set by the first context containing @version.", |
| 1106 | + "option": {"specVersion": "json-ld-1.1"}, |
| 1107 | + "input": "expand-p004-in.jsonld", |
| 1108 | + "expect": "expand-p004-out.jsonld" |
1085 | 1109 | }, { |
1086 | 1110 | "@id": "#tl001", |
1087 | 1111 | "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"], |
|
0 commit comments