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

Show a little lenience for white-space around names #309

Merged
merged 1 commit into from
Feb 29, 2016

Conversation

ashsearle
Copy link
Contributor

It bugged me this didn't work as an actor would be detected as "B" in one case and "B " in another:

sequenceDiagram
A ->> B: foo
B ->> A: bar
Loading

A small change to the jison file fixes it.

@knsv
Copy link
Collaborator

knsv commented Feb 29, 2016

That's how to deal with something that bugs you! Well done. WIll merge.

knsv added a commit that referenced this pull request Feb 29, 2016
Show a little lenience for white-space around names
@knsv knsv merged commit 2168cce into mermaid-js:master Feb 29, 2016
mgenereu pushed a commit to mgenereu/mermaid that referenced this pull request Jun 25, 2022
…yarn/develop/sveltejs/kit-1.0.0-next.154

chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.147 to 1.0.0-next.154
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

Successfully merging this pull request may close these issues.

None yet

2 participants