summary refs log tree commit diff stats
path: root/tests/stdlib/tsequtils.nim
Commit message (Collapse)AuthorAgeFilesLines
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-4/+2
| | | | | | | * Improve sequtils documentation Uncomment assertions in tests * Use present tense
* use doAssert in tests (#16486)flywind2020-12-281-83/+83
|
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵Timothee Cour2020-11-281-3/+0
| | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-061-0/+460
* move json.isMainModule => tjson * move isMainModule => tos,tsequtils