csdot icon indicating copy to clipboard operation
csdot copied to clipboard

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

Open harshsikhwal opened this issue 5 years ago • 1 comments

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 avatar Apr 24 '21 17:04 harshsikhwal

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

Vibaswan avatar Apr 24 '21 17:04 Vibaswan