How do I exclude tags with whitespaces? #224
-
Hi, when I use your AWS example and add
Am I doing anything wrong with excluding tags which have a whitespace in them? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#general-rules:
So:
is equivalent to:
Since there is no element with the identifier "Web", the DSL parser is failing. To answer your question, you'll need double quotes.
|
Beta Was this translation helpful? Give feedback.
From https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#general-rules:
So:
is equivalent to:
Since there is no element with the identifier "Web", the DSL parser is failing.
To answer your question, you'll need double quotes.