summary refs log tree commit diff stats
path: root/tests/collections/ttablesref.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for tables.clear()Kier Davis2016-07-091-0/+25
| | | | This should reduce the chance of regressions.
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-2/+4
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim
| * Rename mget to `[]`def2015-03-311-9/+12
| | | | | | | | | | | | | | | | | | - 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
* | Add contains proc for tables to allow usage of `in`Jonathan2015-05-051-8/+10
|/
* Added Test for zip() with anonymous tuples.Hans Raaf2015-03-171-2/+7
|
* New probe seq swaps 1st two keys. Fix in compare.Charles Blake2015-02-161-1/+1
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-0/+137