Added more tests + fixed evstr issues
Run tests / Run tests (push) Successful in 11s

This commit is contained in:
2026-05-04 21:44:32 +03:00
parent 7c4768a3dd
commit 2c74b727ef
10 changed files with 167 additions and 10 deletions
+8
View File
@@ -5,12 +5,20 @@ tests = [
'new_format',
'replace_first',
'find_all',
'find_all_exact_match',
'find_all_short_suffix',
'find_all_count_only',
'find_all_no_matches',
'find_all_overlapping',
'push_fmt_float',
'find_first_mismatch',
'find_first_overlapping_prefix',
'stack_get_space',
'overlapping_push',
'find_first_empty_query',
'find_first_query_too_long',
'find_first_empty_text',
'replace_first_query_too_long',
]
foreach t : tests