#603726 libgraph-easy-perl: doesn't allow newlines between "digraph" and "{" in Graphviz format #603726
- Package:
- libgraph-easy-perl
- Source:
- libgraph-easy-perl
- Submitter:
- Jakub Wilk
- Date:
- 2010-11-16 21:45:15 UTC
- Severity:
- normal
$ graph=$(printf "digraph\n{ a->b }")
$ echo "$graph" | dot
digraph {
node [label="\N"];
graph [bb="0,0,54,112"];
a [pos="27,93", width="0.75", height="0.51389"];
b [pos="27,19", width="0.75", height="0.51389"];
a -> b [pos="e,27,37.667 27,74.327 27,66.264 27,56.648 27,47.711"];
}
$ echo "$graph" | graph-easy
Modification of non-creatable array value attempted, subscript -1 at /usr/share/perl5/Graph/Easy/Parser/Graphviz.pm line 924, <STDIN> chunk 1.
tag 603726 + confirmed upstream forwarded 603726 https://rt.cpan.org/Ticket/Display.html?id=63061 thanks Hi Jakub Thanks for your bugreport! I have forwarded it to upstream. Bests Salvatore