summary refs log tree commit diff stats
path: root/tests/template/template_issues.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for some old fixed issues (#14960)Clyybber2020-07-101-0/+8
| | | | | | | * Add testcase for #2703 * Add testcase for #2586 * Small fix
* Add testcase for #4722 (#14954)Clyybber2020-07-101-0/+21
|
* fixes yet another gensym regression (#12145)Andreas Rumpf2019-09-061-0/+10
|
* fixes #11941 (#12079)Andreas Rumpf2019-08-291-0/+15
|
* close #5235 by adding a testnarimiran2019-05-291-1/+14
|
* lots of small changesArne Döring2018-12-111-1/+1
|
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-061-0/+209
* merge tuple tests * merge trmacros tests * merge template tests