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

Edges to grouped nodes not working (curly braces) #232

Closed
mcp292 opened this issue Jun 15, 2023 · 2 comments
Closed

Edges to grouped nodes not working (curly braces) #232

mcp292 opened this issue Jun 15, 2023 · 2 comments
Labels
not an issue Asking for help or other discussions

Comments

@mcp292
Copy link

mcp292 commented Jun 15, 2023

digraph mwe {
  works -> {yes, no}
}

Edit in playground.

@magjac
Copy link
Owner

magjac commented Jun 15, 2023

Comma is not a valid separator in the DOT language. Remove it or use a semicolon instead.

@magjac magjac closed this as completed Jun 15, 2023
@magjac magjac added the not an issue Asking for help or other discussions label Jun 15, 2023
@mcp292
Copy link
Author

mcp292 commented Jun 16, 2023

Thanks, not sure how I picked up that habit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not an issue Asking for help or other discussions
Projects
None yet
Development

No branches or pull requests

2 participants