Architecture diagram does not support non-alphanumeric characters in titles #5928
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
The following definition fails to render. This is due to the architecture diagram only supporting alphanumeric and spaces for titles.
Steps to reproduce
Error: Parsing failed: unexpected character: ->[<- at offset: 42, skipped 1 characters.
Screenshots
No response
Code Sample
Setup
Suggested Solutions
packages/parser/src/language/architecture/architecture.langium#L53 should be replaced with
terminal ARCH_TITLE: /\[[^\]]+\]/;
Additional Context
No response
The text was updated successfully, but these errors were encountered: