| 21 | /* ── Single-file extraction ─────────────────────────────────────── */ |
| 22 | |
| 23 | static inline CBMFileResult *inv_rx(const char *src, CBMLanguage lang, const char *file) { |
| 24 | return cbm_extract_file(src, (int)strlen(src), lang, "t", file, 0, NULL, NULL); |
| 25 | } |
| 26 | |
| 27 | /* INV(extract-clean): extraction returns non-NULL and does not set has_error on |
| 28 | * valid input (a parser crash/abort would not return at all → subprocess-isolate |
no test coverage detected