summary refs log tree commit diff stats
path: root/tests/stdlib/tsequtils.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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