summary refs log tree commit diff stats
path: root/tests/misc/tradix.nim
Commit message (Collapse)AuthorAgeFilesLines
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+4
|
* lots of small changesArne Döring2018-12-111-0/+3
|
* megatest can be executedArne Döring2018-12-111-98/+2
|
* updated tests to be executedArne Döring2018-11-231-0/+25
|
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-5/+5
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-84/+84
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* make tests greenAraq2014-08-311-10/+10
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+319
Add some documentations and code examples in system