MCPcopy 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
409func 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

ParseTextFunction · 0.92
ErrorMethod · 0.45

Tested by

no test coverage detected