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

Function TestRenderSelect_Nil

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

Source from the content-addressed store, hash-verified

155}
156
157func TestRenderSelect_Nil(t *testing.T) {
158 var stmt *ast.SelectStatement
159 if fmtStmt(stmt, ast.CompactStyle()) != "" {
160 t.Error("nil should return empty string")
161 }
162}
163
164// ─── INSERT ──────────────────────────────────────────────────────────────────
165

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtStmtFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected