lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Display user-friendly error on failed syntax parsing #64

Closed w00lf closed 3 years ago

w00lf commented 3 years ago

63

ronaldtse commented 3 years ago

https://github.com/lutaml/lutaml-uml/issues/63#issuecomment-762090791

From @w00lf

The error was because of a redundant <<enumeration>> keyword on enum type entity:

enum <<enumeration>> {
....
w00lf commented 3 years ago

Duplicate of https://github.com/lutaml/lutaml-uml/issues/71, fixed in https://github.com/lutaml/lutaml-uml/pull/89