Lines Matching refs:pattern
302 pattern, host string335 r := matchHostnames(test.pattern, test.host)337 t.Errorf("#%d mismatch got: %t want: %t when matching '%s' against '%s'", i, r, test.ok, test.host, test.pattern)343 // Check that pattern matching is working.