37 matches across 1 files for error lang:Go path:processor/detector_test.go lang:Go
snippet_mode: grep · sorted by relevance
processor/detector_test.go GO 37 matches · showing 5 view file →
15
16 if ext != "css" {
17 t.Error("Expected css got", ext)
18 }
19 AllowListExtensions = []string{}
· · ·
26
27 if x != "" || y == nil {
28 t.Error("Expected no match got", x)
29 }
30
· · ·
32
33 if x != "" || y == nil {
34 t.Error("Expected no match got", x)
35 }
36}
· · ·
55
56 if x != "Perl" || y != nil {
57 t.Error("Expected Perl match got", x, "for", c)
58 }
59 }
· · ·
72
73 if x != "PHP" || y != nil {
74 t.Error("Expected PHP match got", x)
75 }
76 }
+ 32 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.