Add alias to ast

This commit is contained in:
2026-04-29 11:18:40 +02:00
parent 3288efdfd7
commit 9035cc639c
6 changed files with 66 additions and 0 deletions
+1
View File
@@ -194,6 +194,7 @@ static TestCase s_tests[] = {
{"parser_bad_import_name", test_parser_bad_import_name},
{"parser_imports", test_parser_imports},
{"parser_public_imports", test_parser_public_imports},
{"parser_alias_simple", test_parser_alias_simple},
{"log_error", test_log_error},
{"log_on_line", test_log_on_line},
{"log_on_line_variadic", test_log_on_line_variadic},