File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ valueSetValue = objectValue | IriStem | IriStemRange | LiteralStem | LiteralS
53
53
objectValue = IRI|ObjectLiteral ;
54
54
IriStem { stem:IRI } # IriStemRange with exclusions
55
55
IriStemRange { stem:(IRI|Wildcard) exclusions:[objectValue|IriStem +]? }
56
- LiteralStem { stem:STRING } # LiteralStemRange with exclusions ## @@ -ObjectLiteral?
56
+ LiteralStem { stem:STRING } # LiteralStemRange with exclusions
57
57
LiteralStemRange { stem:(STRING|Wildcard) exclusions:[objectValue|LiteralStem +]? }
58
58
Language { languageTag: LANGTAG }
59
59
LanguageStem { stem:EMPTYLANGTAG }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shex-test" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Shape Expressions library tests." ,
5
5
"author" : {
6
6
"name" : " Eric Prud'hommeaux" ,
You can’t perform that action at this time.
0 commit comments