Skip to content

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

@harshsikhwal

Description

@harshsikhwal

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions