Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Node names with quotation marks not recognized. #4

Open
coder0xff opened this issue Jul 6, 2017 · 0 comments
Open

Node names with quotation marks not recognized. #4

coder0xff opened this issue Jul 6, 2017 · 0 comments

Comments

@coder0xff
Copy link

This graph produces no content:

digraph G {
    "A";
    "B";
    "A" -> "B";
}

but this works fine:

digraph G {
    A;
    B;
    A -> B;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant