tests/test-debugindexdot.out
author Steve Borho <steve@borho.org>
Tue, 18 Sep 2007 19:53:01 -0500
changeset 5469 b12432b1c2c7
parent 5348 8838fe5a236f
permissions -rw-r--r--
Allow explicit disabling of extensions If the first character of an extension path is '!', the extension is silently skipped.

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