remove some debugging statements
[scpubgit/stemmatology.git] / t / data / simple.dot
CommitLineData
12523041 1digraph Stemma {
2 1 [ class="hypothetical" ];
3 2 [ class="hypothetical" ];
4 A [ class="extant" ];
5 B [ class="extant" ];
6 C [ class="extant" ];
7 1 -> A;
8 1 -> 2;
9 2 -> B;
10 2 -> C;
11}