aboutsummaryrefslogtreecommitdiff
path: root/tests/core/strings
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* fix strings.last_index_any for single charWalther Chen2023-12-181-0/+12
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-12/+26
* Add tests for string case conversionJeroen van Rijn2023-03-241-0/+46
* [windows] Fix leak in `glob`.Jeroen van Rijn2022-03-291-1/+1
* [strings] Improve `cut`, add tests for it.Jeroen van Rijn2022-03-271-1/+28
* [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-34/+32
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-031-0/+4
* Custom test runner.Jeroen van Rijn2021-09-081-5/+39
* Fix strings.index_any on small stringsRicardo Silva2021-09-071-0/+29