Fix some tests and do some cleanup.

This commit is contained in:
2025-01-01 23:06:53 +01:00
parent f13508262b
commit 4deb07027f
70 changed files with 439 additions and 361 deletions

View File

@@ -1,33 +1,33 @@
test/assign_arithmetic_expression.shd lex
test/basic_property_and_return_value.shd lex
test/complicated_computation.shd lex
test/constant_buffer.shd lex
test/empty_struct.shd lex
test/empty_vertex_main.shd lex
test/empty_vertex_main_with_position_parameter.shd lex
test/field_assignment.shd lex
test/field_without_type_specifier.shd lex
test/float_suffix.shd lex
test/function_call.shd lex
test/function_call_out_of_order_declaration.shd lex
test/function_call_return.shd lex
test/functions_with_same_name.shd lex
test/function_with_int_return.shd lex
test/meta_block.shd lex
test/multiple_functions.shd lex
test/multiple_semicolons_everywhere.shd lex
test/pass_and_access_struct_fields_in_functions.shd lex
test/passthrough.shd lex
test/property_rename.shd lex
test/redeclared_variable.shd lex
test/simple_struct_access.shd lex
test/struct_access_primitive_type.shd lex
test/struct_within_struct.shd lex
test/type_as_variable_name.shd lex
test/undeclared_function.shd lex
test/undeclared_symbol.shd lex
test/unknown_overload.shd lex
test/use_builtin_functions.shd lex
test/wrong_argument_count.shd lex
test/wrong_multiply.shd lex
test/wrong_type_for_function.shd lex
test/assign_arithmetic_expression.inx lex
test/basic_property_and_return_value.inx lex
test/complicated_computation.inx lex
test/constant_buffer.inx lex
test/empty_struct.inx lex
test/empty_vertex_main.inx lex
test/empty_vertex_main_with_position_parameter.inx lex
test/field_assignment.inx lex
test/field_without_type_specifier.inx lex
test/float_suffix.inx lex
test/function_call.inx lex
test/function_call_out_of_order_declaration.inx lex
test/function_call_return.inx lex
test/functions_with_same_name.inx lex
test/function_with_int_return.inx lex
test/meta_block.inx lex
test/multiple_functions.inx lex
test/multiple_semicolons_everywhere.inx lex
test/pass_and_access_struct_fields_in_functions.inx lex
test/passthrough.inx lex
test/property_rename.inx lex
test/redeclared_variable.inx lex
test/simple_struct_access.inx lex
test/struct_access_primitive_type.inx lex
test/struct_within_struct.inx lex
test/type_as_variable_name.inx lex
test/undeclared_function.inx lex
test/undeclared_symbol.inx lex
test/unknown_overload.inx lex
test/use_builtin_functions.inx lex
test/wrong_argument_count.inx lex
test/wrong_multiply.inx lex
test/wrong_type_for_function.inx lex