File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -5360,6 +5360,27 @@ <h2>
5360
5360
</ dd >
5361
5361
</ dl >
5362
5362
</ dd >
5363
+ < dt id ='te052 '>
5364
+ Test te052 Definition for the empty term
5365
+ </ dt >
5366
+ < dd >
5367
+ < dl class ='entry '>
5368
+ < dt > id</ dt >
5369
+ < dd > #te052</ dd >
5370
+ < dt > Type</ dt >
5371
+ < dd > jld:NegativeEvaluationTest, jld:ExpandTest</ dd >
5372
+ < dt > Purpose</ dt >
5373
+ < dd > Verifies that an exception is raised on expansion when a context contains a definition for the empty term</ dd >
5374
+ < dt > input</ dt >
5375
+ < dd >
5376
+ < a href ='expand/e052-in.jsonld '> expand/e052-in.jsonld</ a >
5377
+ </ dd >
5378
+ < dt > expect</ dt >
5379
+ < dd >
5380
+ invalid term definition
5381
+ </ dd >
5382
+ </ dl >
5383
+ </ dd >
5363
5384
< dt id ='tec01 '>
5364
5385
Test tec01 Invalid keyword in term definition
5365
5386
</ dt >
Original file line number Diff line number Diff line change 1624
1624
"purpose" : "Verifies that an exception is raised in Expansion when an invalid value object value is found using a value alias" ,
1625
1625
"input" : "expand/e051-in.jsonld" ,
1626
1626
"expectErrorCode" : "invalid value object value"
1627
+ } , {
1628
+ "@id" : "#te052" ,
1629
+ "@type" : [ "jld:NegativeEvaluationTest" , "jld:ExpandTest" ] ,
1630
+ "name" : "Definition for the empty term" ,
1631
+ "purpose" : "Verifies that an exception is raised on expansion when a context contains a definition for the empty term" ,
1632
+ "input" : "expand/e052-in.jsonld" ,
1633
+ "expectErrorCode" : "invalid term definition"
1627
1634
} , {
1628
1635
"@id" : "#tec01" ,
1629
1636
"@type" : [ "jld:NegativeEvaluationTest" , "jld:ExpandTest" ] ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : {
3
+ "term" : { "@id" : "http://example.org/term" } ,
4
+ "" : { "@id" : "http://example.org/empty" }
5
+ } ,
6
+ "@id" : "http://example/test#example"
7
+ }
You can’t perform that action at this time.
0 commit comments