summary refs log tree commit diff stats
path: root/tests/casestmt/tcasestmt.nim
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fixes #15280 [backport:1.2] (#15281)" (#15700)Clyybber2020-10-241-1/+1
| | | This reverts commit 3f00a738dbc8319b4dd2b86bf5529c096f2dd243.
* fixes #15280 [backport:1.2] (#15281)Andreas Rumpf2020-09-091-1/+1
| | | | | | | * fixes #15280 [backport:1.2] * make tests green again * adapt tests
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-171-6/+6
|
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-281-0/+37
| | | | * fix #13490
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* closes #11551 (#11693)Arne Döring2019-07-091-0/+13
|
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-051-0/+11
| | | | | | * initial version of int128 * use int128 in case stmt * fixes #11552
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+2
|
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-0/+229
* merge actiontable tests * merge arithm tests * merge array tests * merge assign tests * merge bind tests * merge casestmt tests * merge closure tests * merge cnt seq tests * merge collections tests * merge concept issues tests * merge concept tests * fix failing tests * smaller outputs Use `doAssert` where possible. * fix wrong output * split `tcomputedgoto` * revert merging concepts * fix failing test