git.rcrnstn.net
Files
Commits
Stats
Network
Graph
rcrnstn/xdot.py
tests
graphs
in.gv
Browse code
tests: Import Graphviz tests.
Jose Fonseca
authored on 13/02/2016 23:53:31
Showing 1 changed files
tests/graphs/in.gv
History
View file @ 79aa58e
1
1
new file mode 100644
...
...
@@ -0,0 +1,6 @@
1
+digraph G {
2
+ ordering=in
3
+ 1 -> 2
4
+ 4 -> 3
5
+ 1 -> 3
6
+}