Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | followup #17876: remove annoying enum name clashes in tests/enum/tenum.nim ↵ | Timothee Cour | 2021-06-17 | 1 | -12/+11 |
| | | | | (#18291) | ||||
* | type with same name in different scope now works (#17710) | Timothee Cour | 2021-04-14 | 1 | -2/+3 |
| | | | | * type with same name in different scope now works * fix tests/enum/tenum.nim which was wrong because it was affected by this bug | ||||
* | fix #15752 (#15754) | cooldome | 2020-10-28 | 1 | -0/+9 |
| | |||||
* | add tests for recently closed issues (#10722) | Miran | 2019-02-23 | 1 | -0/+9 |
| | |||||
* | Merge tests into a larger file (part 2 of ∞) (#9335) | Miran | 2018-10-13 | 1 | -11/+144 |
| | | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests | ||||
* | Added a test case | Yuriy Glukhov | 2016-05-18 | 1 | -0/+6 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -8/+8 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+8 |