| 164 | } |
| 165 | |
| 166 | void cleanup() { |
| 167 | delete m_ctrl; m_ctrl = nullptr; m_editor = nullptr; |
| 168 | delete m_splitter; m_splitter = nullptr; |
| 169 | delete m_doc; m_doc = nullptr; |
| 170 | } |
| 171 | |
| 172 | // ════════════════════════════════════════════════════════ |
| 173 | // Pure parsing/validation tests (no GUI interaction) |
nothing calls this directly
no outgoing calls
no test coverage detected