userDaniel Pcancel
branchrust_reboot/main/stringview_indexof_fixcancel

2 Commits over 0 Days - Infinitycph!

2 Hours Ago
Bugfix: StringView.IndexOf - prevent skipping a character if we had to abour a sequence match This affects Contains, Replace and IndexOfAny as well, as they depended on IndexOf Tests: ran unit tests, they pass
2 Hours Ago
Update(tests): add a unit test case for StringView.IndexOf failing edge case Tests: test fails as expected