summary refs log tree commit diff stats
path: root/tests/casestmt
Commit message (Collapse)AuthorAgeFilesLines
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+59
|
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
|
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-8/+8
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* made test greenAraq2015-03-251-2/+3
|
* Allow empty sets in case/of branches.Hans Raaf2015-02-241-0/+24
| | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting
* make tests greenAraq2014-08-311-1/+1
|
* fixes #1103; fixes #1297Araq2014-07-081-0/+19
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-2/+2
| | | | empty blocks.
* new tester; all tests categorizedAraq2014-01-137-0/+189