tests/test-debugindexdot.out
author Kirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 13 Oct 2007 15:25:11 +0400
changeset 5462 91a522a69c13
parent 5348 8838fe5a236f
permissions -rw-r--r--
convert: svn -- fix tags handling They were simply not detected.

digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}