go/src/go/ast/print_test.go

var tests

// Split s into lines, trim whitespace from all lines, and return
// the concatenated non-empty lines.
func trim(s string) string {}

func TestPrint(t *testing.T) {}