harshsikhwal / harshsikhwal/csdot
[Load Digraph] Node present as string is tokenized to different nodes.
Open
bug
LoadDiagraph
- Dominant language
- C#
- Stars
- 38
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.