summary refs log tree commit diff stats
path: root/tests/system/toString.nim
Commit message (Expand)AuthorAgeFilesLines
* make tests green again; closes #5861Andreas Rumpf2017-10-101-1/+1
* reverted genEchoArne Döring2017-08-081-1/+2
* don't filter '\0' characters in string generationArne Döring2017-08-071-1/+2
* prevent null characters in $ on collections of charArne Döring2017-07-241-3/+1
* made toString test assert basedArne Döring2017-07-241-33/+21
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-9/+3
* arrays can now be printedArne Döring2017-07-241-2/+31
* Fixes #2889. Merges *tostring tests in tests/system.Dominik Picheta2015-09-231-1/+34
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-5/+3
* added `$` for arraysSimon Hafner2014-03-311-1/+5
* explicit firstElement for `$` in collectionsSimon Hafner2014-02-111-1/+3
* Added `$` for seqSimon Hafner2014-02-111-0/+5