Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nimIdentNormalize, fixes #19067 (#19068) | Tomasz Kramkowski | 2021-10-29 | 1 | -0/+7 |
| | | | | | | | * Make nimIdentNormalize return "" when passed ""; fixes #19067 Fixes #19067 * Add tests for nimIdentNormalize | ||||
* | deprecate strutils.delete and add an overload with saner semantics ↵ | Timothee Cour | 2021-07-18 | 1 | -1/+25 |
| | | | | consistent with sequtils.delete; follows #18487 (#18510) | ||||
* | add string-string tests for find and rfind (#18137) | n5m | 2021-06-02 | 1 | -3/+98 |
| | | | | | | | * add string-string tests for find and rfind * remove duplicate test cases * remove more redundant test cases | ||||
* | improve fast returns of find and rfind (#18127) | n5m | 2021-05-31 | 1 | -0/+28 |
| | |||||
* | std/hashes: hash(ref|ptr|pointer) + other improvements (#17731) | Timothee Cour | 2021-04-16 | 1 | -5/+1 |
| | |||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -132/+132 |
| | |||||
* | strip minor improvement (#16444) | flywind | 2020-12-23 | 1 | -0/+13 |
| | | | | | | | * strip minor improvement * add more tests * Update tests/stdlib/tstrutils.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | improve tstrutils: test c, cpp, js, vm; cleanups (#16357) | Timothee Cour | 2020-12-15 | 1 | -0/+689 |
* renamed: tests/stdlib/tstrutil.nim -> tests/stdlib/tstrutils.nim * improve test * enable tstrutils for js, vm |