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

Function TestRenderBetween_Nil

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

Source from the content-addressed store, hash-verified

929}
930
931func TestRenderBetween_Nil(t *testing.T) {
932 var expr *ast.BetweenExpression
933 if fmtExpr(expr, ast.CompactStyle()) != "" {
934 t.Error("nil should return empty string")
935 }
936}
937
938// ─── IN expression ────────────────────────────────────────────────────────────
939

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtExprFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected