summary refs log tree commit diff stats
path: root/tests/actiontable/tactiontable.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-121-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Rename mget to `[]`def2015-03-311-8/+7
| | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string
* new tester; all tests categorizedAraq2014-01-131-0/+27