summary refs log tree commit diff stats
path: root/tests/system/toString.nim
Commit message (Collapse)AuthorAgeFilesLines
* VM: accessing the string terminator is not allowed anymore; cleanup ↵Andreas Rumpf2018-07-171-110/+0
| | | | tests/system/tostring.nim
* Added $ for openarrays. Fixes #7940.data-man2018-06-011-0/+1
|
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-0/+56
|
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-4/+4
|
* make tests green againAraq2017-11-011-2/+2
|
* 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