tests/test-debugindexdot.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 02 Dec 2007 10:12:26 +0100
changeset 5580 f429e0e067a8
parent 5346 8838fe5a236f
child 6336 4b0c9c674707
permissions -rw-r--r--
Fix style nit and add some comments to tests.

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