Fix #11181: attempting to read string as int triggers assertion

This commit is contained in:
Rubidium
2023-08-20 22:58:49 +02:00
committed by rubidium42
parent 8df4aa7979
commit 6635f809dd
3 changed files with 58 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ add_test_files(
landscape_partial_pixel_z.cpp
math_func.cpp
string_func.cpp
strings_func.cpp
test_main.cpp
)