openbsd-ports/math/graphviz/tests/test.dot
edd 58c619c08c Clean up and Update to graphviz-2.28.0.
Taking MAINTAINER (discussed with espie on icb).

OK ajacoutot@, sebastia@

At some point in the future, the language bindings should be
multi-packaged, but that is another story.
2012-08-22 09:55:01 +00:00

6 lines
62 B
Plaintext

digraph g {
"a" -> "b";
"b" -> "c";
"c" -> "a";
}