summary refs log tree commit diff stats
path: root/tests/stdlib/tstrutil.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update `removeSuffix` implementations to match `removePrefix` (#6636)Bo Lingen2017-10-301-4/+26
|
* add `strutils.removePrefix` proc (#6473)Bo Lingen2017-10-281-0/+62
|
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-241-0/+19
| | | if we encounter a character that does not satisfy the proc, we return immediately, without continuing to loop over the rest of the chars in the string.
* Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-0/+12
|
* Improve & optimize strutils 'find' procs (#5196)Parashurama2017-01-111-0/+27
| | | | | * add 'last' argument to 'find' procs in strutils * add 'rfind' proc for looking up set[char] in strutils * use optimised C function 'memchr' when available
* Add a unit test that covers issue 3477Charles Blake2015-11-191-0/+1
| | | | https://github.com/nim-lang/Nim/issues/3477
* Update tests to proposed changesZach Aysan2015-07-211-16/+39
|
* Add tests for chompZach Aysan2015-07-171-4/+21
|
* Replaced repeatStr() and repeatChar() with more natural versions.Hans Raaf2015-03-031-2/+8
|
* Added test for toHex().Hans Raaf2015-02-181-24/+27
|
* strutils.rfind via chardyu2014-12-191-0/+4
|
* new tester; all tests categorizedAraq2014-01-131-0/+45