Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowchart parse error #937

Closed
maniuf opened this issue Sep 18, 2019 · 1 comment
Closed

Flowchart parse error #937

maniuf opened this issue Sep 18, 2019 · 1 comment

Comments

@maniuf
Copy link

maniuf commented Sep 18, 2019

Describe the bug
Marmaid fails to parse the node with name node0TB in flowchart.
It seems that the error occurs then the node identifier ends with a character sequence being defined as a keyword in parser grammar (e.g. direction LR, RL, BT, TB or class, style, end) proceeded by a non-letter character (e.g. a digit or an underscore).

To Reproduce
Create simple graph containing node named node1TB.
graph LR; node1TB
See in Marmaid Live Editor

Expected behavior
Should render single node graph.

Screenshots
obraz

Additional context
Affected version v8.2.6. Not tested with older releases.

@knsv
Copy link
Collaborator

knsv commented Sep 21, 2019

This should be fixed with 8.3.1. Please reopen if you cant verify this.

@knsv knsv closed this as completed Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants