Searched refs:splitSpaces (Results 1 – 4 of 4) sorted by relevance
49 got := splitSpaces(tc.in)51 t.Errorf(`splitSpaces(%q)=%q, want %q`, tc.in, got, tc.want)
35 func splitSpaces(s string) []string { func
253 vals := splitSpaces(buf.String())
500 pats := splitSpaces(buf.String())