refactor(hmpl): eval

This commit is contained in:
2025-03-22 19:45:17 +00:00
parent f64636fe9e
commit 972e2d2968
5 changed files with 133 additions and 34 deletions

View File

@@ -134,6 +134,7 @@ void test_render_interpolation_tags_with_prefix(Arena *arena) {
}
int main(void) {
init_logger();
Arena arena = arena_init(1024 * 1024);
test_eval_single_level_key(&arena);