weso / YASHE

Yet Another ShEx Editor.
http://www.weso.es/YASHE/
MIT License
20 stars 3 forks source link

xsFacet Bug #129

Closed mistermboy closed 4 years ago

mistermboy commented 4 years ago

There is a mistake on the rule [22] of the [shex11-grammar.pl] :(https://github.com/weso/YASHE/blob/gh-pages/lib/grammar/shex11-grammar.pl).

 [22] nodeConstraint ::= "LITERAL" stringFacet* 

Should be:

 [22] nodeConstraint ::= "LITERAL" xsFacet*