MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / TestRenderIn_Nil

Function TestRenderIn_Nil

pkg/formatter/render_test.go:978–983  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

976}
977
978func TestRenderIn_Nil(t *testing.T) {
979 var expr *ast.InExpression
980 if fmtExpr(expr, ast.CompactStyle()) != "" {
981 t.Error("nil should return empty string")
982 }
983}
984
985// ─── EXISTS expression ────────────────────────────────────────────────────────
986

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtExprFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected