harshsikhwal / harshsikhwal/csdot

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

Open
#29 1 comment 0 reactions 1 assignee Claimed by @Vibaswan View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.