File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1662
1662
"context" : "compact/pr01-context.jsonld" ,
1663
1663
"expect" : "invalid context nullification"
1664
1664
} , {
1665
- "@id" : "#tpr03 " ,
1665
+ "@id" : "#tpr02 " ,
1666
1666
"@type" : [ "jld:NegativeEvaluationTest" , "jld:CompactTest" ] ,
1667
1667
"name" : "Check illegal overriding of protected term" ,
1668
1668
"purpose" : "Check error when overriding a protected term." ,
1669
1669
"option" : { "specVersion" : "json-ld-1.1" } ,
1670
1670
"input" : "compact/pr02-in.jsonld" ,
1671
1671
"context" : "compact/pr02-context.jsonld" ,
1672
1672
"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"
1673
1682
} , {
1674
1683
"@id" : "#tpr04" ,
1675
1684
"@type" : [ "jld:PositiveEvaluationTest" , "jld:CompactTest" ] ,
You can’t perform that action at this time.
0 commit comments