Skip to content

Commit f202d91

Browse files
committed
Add missing pr02 for compact tests.
1 parent 6348f43 commit f202d91

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/compact-manifest.jsonld

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,14 +1662,23 @@
16621662
"context": "compact/pr01-context.jsonld",
16631663
"expect": "invalid context nullification"
16641664
}, {
1665-
"@id": "#tpr03",
1665+
"@id": "#tpr02",
16661666
"@type": ["jld:NegativeEvaluationTest", "jld:CompactTest"],
16671667
"name": "Check illegal overriding of protected term",
16681668
"purpose": "Check error when overriding a protected term.",
16691669
"option": {"specVersion": "json-ld-1.1"},
16701670
"input": "compact/pr02-in.jsonld",
16711671
"context": "compact/pr02-context.jsonld",
16721672
"expect": "protected term redefinition"
1673+
}, {
1674+
"@id": "#tpr03",
1675+
"@type": ["jld:NegativeEvaluationTest", "jld:CompactTest"],
1676+
"name": "Check illegal overriding of protected term from type-scoped context",
1677+
"purpose": "Check error when overriding a protected term from type-scoped context.",
1678+
"option": {"specVersion": "json-ld-1.1"},
1679+
"input": "compact/pr02-in.jsonld",
1680+
"context": "compact/pr02-context.jsonld",
1681+
"expect": "protected term redefinition"
16731682
}, {
16741683
"@id": "#tpr04",
16751684
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],

0 commit comments

Comments
 (0)