Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ TestBadFilter
Function
TestBadFilter
runtime/sam/expr/filter_test.go:409–413 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
407
}
408
409
func
TestBadFilter(t *testing.T) {
410
t.Parallel()
411
_, err := parser.ParseText(`s matches \xa8*`)
412
require.Error(t, err)
413
}
Callers
nothing calls this directly
Calls
2
ParseText
Function · 0.92
Error
Method · 0.45
Tested by
no test coverage detected