Ensure alias and import can be mixed

This commit is contained in:
2026-04-29 11:46:02 +02:00
parent f90cad2b96
commit 84747028f5
4 changed files with 117 additions and 96 deletions
+1
View File
@@ -199,6 +199,7 @@ static TestCase s_tests[] = {
{"log_error", test_log_error},
{"log_on_line", test_log_on_line},
{"log_on_line_variadic", test_log_on_line_variadic},
{"parser_alias_and_import_mix", test_parser_alias_and_import_mix},
};