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

Function TestRenderDelete_Nil

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

Source from the content-addressed store, hash-verified

315}
316
317func TestRenderDelete_Nil(t *testing.T) {
318 var stmt *ast.DeleteStatement
319 if fmtStmt(stmt, ast.CompactStyle()) != "" {
320 t.Error("nil should return empty string")
321 }
322}
323
324// ─── CREATE TABLE ─────────────────────────────────────────────────────────────
325

Callers

nothing calls this directly

Calls 3

CompactStyleFunction · 0.92
fmtStmtFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected