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

[Load Digraph] Node present as string is tokenized to different nodes. #29

Open
harshsikhwal opened this issue Apr 24, 2021 · 1 comment
Assignees
Labels
bug Something isn't working LoadDiagraph

Comments

@harshsikhwal
Copy link
Owner

File:

Resources\test\Issues[Load Digraph] Node present as string is tokenized to different nodes\flowchart2.dot

The node

{ rank = same; "past"; "SCCS"; "make"; "Bourne sh"; "yacc"; "cron"; }

is read as:

        {
                rank = "same"
                past;
                SCCS;
                make;
                Bourne;
                sh;
                yacc;
                cron;
        }

Bourne and sh should be same.

@harshsikhwal harshsikhwal added bug Something isn't working LoadDiagraph labels Apr 24, 2021
@Vibaswan
Copy link
Collaborator

Know issue already discussed within double quotes node with no properties has an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LoadDiagraph
Projects
None yet
Development

No branches or pull requests

2 participants