jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

edit in online jdl-studio got scripting error #36

Closed dawnseeker8 closed 6 years ago

dawnseeker8 commented 6 years ago

when i brower http://www.jhipster.tech/jdl-studio/

and edit the file by just changing the entity name, i got following error on the top.

Expected ['\n'|'\t'|'\r'|' '|
|
] or [A-Z] but "m" found. -> line: 1

dawnseeker8 commented 6 years ago

Sorry, I think i figure out how it work now, I have managed to make it work after changing all entity name initial to upper case.