@@ -41,9 +41,6 @@ const TEST_TYPES = {
4141 / c o m p a c t - m a n i f e s t .j s o n l d # t 0 1 0 5 $ / ,
4242 // rel vocab
4343 / c o m p a c t - m a n i f e s t .j s o n l d # t 0 1 0 7 $ / ,
44- // @container : @graph with multiple objects
45- / c o m p a c t - m a n i f e s t .j s o n l d # t 0 1 0 9 $ / ,
46- / c o m p a c t - m a n i f e s t .j s o n l d # t 0 1 1 0 $ / ,
4744 // @type : @none
4845 / c o m p a c t - m a n i f e s t .j s o n l d # t t n 0 1 $ / ,
4946 / c o m p a c t - m a n i f e s t .j s o n l d # t t n 0 2 $ / ,
@@ -116,11 +113,6 @@ const TEST_TYPES = {
116113 specVersion : [ 'json-ld-1.0' ] ,
117114 // FIXME
118115 idRegex : [
119- // Don't double-expand an already expanded graph
120- / e x p a n d - m a n i f e s t .j s o n l d # t 0 0 8 1 $ / ,
121- // Double-expand an already expanded graph
122- / e x p a n d - m a n i f e s t .j s o n l d # t 0 0 9 5 $ / ,
123- / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 0 4 $ / ,
124116 // indexed graph objects
125117 / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 0 2 $ / ,
126118 // multiple graphs
@@ -424,13 +416,6 @@ const TEST_TYPES = {
424416 idRegex : [
425417 // blank node properties
426418 / t o R d f - m a n i f e s t .j s o n l d # t 0 1 1 8 $ / ,
427- // Don't double-expand an already expanded graph
428- / t o R d f - m a n i f e s t .j s o n l d # t e 0 8 1 $ / ,
429- / t o R d f - m a n i f e s t .j s o n l d # t e 0 9 5 $ / ,
430- // Does not create a new graph object
431- / t o R d f - m a n i f e s t .j s o n l d # t e 1 0 2 $ / ,
432- / t o R d f - m a n i f e s t .j s o n l d # t e 1 0 3 $ / ,
433- / t o R d f - m a n i f e s t .j s o n l d # t e 1 0 4 $ / ,
434419 // terms beginning with ':'
435420 / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 7 $ / ,
436421 / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 8 $ / ,
0 commit comments