(t *testing.T)
| 315 | } |
| 316 | |
| 317 | func 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 |
nothing calls this directly
no test coverage detected