godot/main/tests
Andrii Doroshenko (Xrayez) 34e6737413 Reorder reverse caps characters table for string lower case conversion
The binary search algorithm used to lookup character codes in the table
relies that the data must be ordered. This fixes `to_lower()` string
method to convert upper case to lower case properly, so that the
algorithm doesn't terminate prematurely.

Co-authored-by: AndreevAndrei (avandrei) <avandrei@MacBookAAV.local>
2019-04-05 11:10:15 +03: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 Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +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 Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
test_shader_lang.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_string.cpp Reorder reverse caps characters table for string lower case conversion 2019-04-05 11:10:15 +03:00
test_string.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00