refactor(hmpl): eval

This commit is contained in:
2025-03-22 19:45:17 +00:00
parent 0f4591813f
commit 79eaa8bef0
5 changed files with 133 additions and 34 deletions
+1
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);