From 5236b2420a3bb8fb5a3013f386c3526ef27a9994 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 15 Aug 2025 12:43:45 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index ee204bd4f..bdfb98a92 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1021,6 +1021,8 @@ int main(int argc, char *argv[]) | text_format_text | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✔ | ✘ | ✔ | ✔ | ✔ | */ + // TODO: Generate a report with only the examples missing some elements + char *report = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1); int repIndex = 0;