@@ -136,6 +136,13 @@ const TEST_TYPES = {
136
136
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 0 $ / ,
137
137
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 1 $ / ,
138
138
/ e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 2 $ / ,
139
+ // terms beginning with ':'
140
+ / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 7 $ / ,
141
+ / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 8 $ / ,
142
+ // terms having form of keyword
143
+ / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 1 9 $ / ,
144
+ / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 2 0 $ / ,
145
+ / e x p a n d - m a n i f e s t .j s o n l d # t 0 1 2 2 $ / ,
139
146
// html
140
147
/ h t m l - m a n i f e s t .j s o n l d # t e 0 0 1 $ / ,
141
148
/ h t m l - m a n i f e s t .j s o n l d # t e 0 0 2 $ / ,
@@ -182,6 +189,8 @@ const TEST_TYPES = {
182
189
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 4 $ / ,
183
190
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 8 $ / ,
184
191
/ e x p a n d - m a n i f e s t .j s o n l d # t e 0 4 9 $ / ,
192
+ // invalid keyword alias
193
+ / e x p a n d - m a n i f e s t .j s o n l d # t e 0 5 1 $ / ,
185
194
// IRI prefixes
186
195
/ e x p a n d - m a n i f e s t .j s o n l d # t p r 2 9 $ / ,
187
196
// protected null IRI mapping
@@ -425,6 +434,13 @@ const TEST_TYPES = {
425
434
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 0 2 $ / ,
426
435
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 0 3 $ / ,
427
436
/ t o R d f - m a n i f e s t .j s o n l d # t e 1 0 4 $ / ,
437
+ // terms beginning with ':'
438
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 7 $ / ,
439
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 8 $ / ,
440
+ // terms having form of keyword
441
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 1 9 $ / ,
442
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 0 $ / ,
443
+ / t o R d f - m a n i f e s t .j s o n l d # t e 1 2 2 $ / ,
428
444
// well formed
429
445
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 1 $ / ,
430
446
/ t o R d f - m a n i f e s t .j s o n l d # t w f 0 2 $ / ,
0 commit comments