weso / YASHE

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

False error with cardinalities #64

Closed labra closed 5 years ago

labra commented 5 years ago

The following code:

<S> {
  <p> . {1,3}
}

gives a false error in the cardinality.

mistermboy commented 5 years ago

Solved with PR #65

Thanks! It was an undefined token. Write again if you find more errors :)