summary refs log tree commit diff stats
path: root/tests/misc/tnew.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
|
* updated tests to be executedArne Döring2018-11-231-0/+7
|
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-49/+49
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+49
Add some documentations and code examples in system