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.