Exemplo n.º 1
0
func TestUnderstand(t *testing.T) {
	//fmt.Printf(src)
	for _, r := range src {
		s := see.SeeCircuit(see.NewSrcString(r))
		t := Understand(s)
		printf2(t.Print("", "\t"))
	}
}