godot/main/tests
Rémi Verschelde d35003d92a GDScript: Remove unused switch, case and do CF keywords
They had been reserved for future implementation, but we now have the
`match` CF keyword which does the same and more.

According to @reduz `do` was even added by mistake when copying from
the shader language parser, it was never intended to add support for
`do`... `while` loops, as the syntax would be awkward in GDScript,
and the added sugar is not worth it.

Fixes #25787.
2019-02-20 14:05:08 +01:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_astar.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gdscript.cpp GDScript: Remove unused switch, case and do CF keywords 2019-02-20 14:05:08 +01:00
test_gdscript.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gui.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gui.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_main.cpp Be explicit about usage of GDScript tests 2019-02-10 15:11:32 +01:00
test_main.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_math.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
test_math.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_oa_hash_map.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_oa_hash_map.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_ordered_hash_map.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_ordered_hash_map.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_render.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_render.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_shader_lang.cpp Fix many asan and ubsan reported issues 2019-01-30 06:43:56 +01:00
test_shader_lang.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_string.cpp Repair String lstrip and rstrip. 2019-01-07 17:34:44 +00:00
test_string.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00