Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One-line Graphviz files not parsed #14

Open
oxy86 opened this issue Jan 23, 2017 · 0 comments
Open

One-line Graphviz files not parsed #14

oxy86 opened this issue Jan 23, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@oxy86
Copy link
Member

oxy86 commented Jan 23, 2017

GraphViz (dot) files can't be parsed if the data is in a single line.

For instance this graph is read but nothing is displayed:
digraph mydot { node [color=red, shape=box]; a -> b -> c ->d node [color=pink, shape=circle]; d->e->a->f->j->k->l->o [weight=1, color=black]; }

If we use line breaks, then everything is OK. Test:

digraph mydot {
node [color=red, shape=box];
a -> b -> c ->d
node [color=pink, shape=circle];
d->e->a->f->j->k->l->o
[weight=1, color=black];
}

@oxy86 oxy86 added the bug label Jan 23, 2017
@oxy86 oxy86 added this to the 2.3 milestone Jan 23, 2017
@oxy86 oxy86 self-assigned this Jan 23, 2017
@oxy86 oxy86 modified the milestones: 2.3, 2.5, 2.4 Jul 7, 2017
@oxy86 oxy86 modified the milestones: 2.5, 2.4 Aug 3, 2017
@oxy86 oxy86 modified the milestones: v2.5, v2.6 Mar 10, 2019
@oxy86 oxy86 modified the milestones: v2.6, v2.7 Dec 28, 2020
@oxy86 oxy86 modified the milestones: v2.7, v2.9 Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant