Skip to content

Special characters on architecture chart #260

@dipievil

Description

@dipievil

Is your feature request related to a problem? Please describe.
I can´t add simple (special?) characters to services. Can´t use '.' character.

Describe the solution you'd like
Wish I could use more characters.

Describe alternatives you've considered
Use ' or " enclousuring the text.

Additional context

Code example related:

architecture-beta
    service dns1(internet)[www.mywebs]
Loading

The error message I got:

Syntax error in text: Parsing failed: unexpected character: ->[<- at offset: 44, skipped 1 characters.
unexpected character: ->.<- at offset: 48, skipped 1 characters.
unexpected character: ->]<- at offset: 55, skipped 1 characters. Expecting: one of these possible Token sequences:
  1. [NEWLINE]
  2. [EOF]
but found: 'www'
Expecting token of type ':' but found `mywebs`.
Expecting: one of these possible Token sequences:
  1. [--]
  2. [-]
but found: 'mywebs'
Expecting: one of these possible Token sequences:
  1. [NEWLINE]
  2. [EOF]
but found: 'in'
Expecting token of type 'EOF' but found `in`.
Expecting token of type ':' but found `
`.
Expecting: one of these possible Token sequences:
  1. [--]
  2. [-]
but found: '
'
Expecting token of type 'ID' but found `
`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions