| 494 | // ── Null generator ── |
| 495 | |
| 496 | void testNullGenerator() { |
| 497 | auto tree = makeSimpleStruct(); |
| 498 | QString result = rcx::renderNull(tree, tree.nodes[0].id); |
| 499 | QVERIFY(result.isEmpty()); |
| 500 | } |
| 501 | |
| 502 | // ── Invalid root ID ── |
| 503 |
nothing calls this directly
no test coverage detected