summary refs log tree commit diff stats
path: root/tests/stdlib/tmitems.nim
Commit message (Collapse)AuthorAgeFilesLines
* Added deques module, deprecating queuesRuslan Mustakov2016-11-241-5/+5
|
* Fix tmitems test for changed behaviour of jsondef2016-02-241-2/+2
|
* Fix test cases for JSON object changesdef2016-02-241-1/+1
|
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-1/+1
|\ | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | - 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 "safety compilation". Improved, fixed messagesOscar Campbell2015-06-041-2/+2
|/ | | | | | | | - node ext searcher also looks for "iojs" if no node(js?) found. - koch ensures the local work dir compiler is freshly compiled before executing the tests. - the tester can only run in the repo dir - now the compiler and libs used are also explicitly the local dirs - so no confusion from system wide pathing ("sufficiently sandboxed"). - fixed expectations in tmitems.nim test to match changes in json mod. - re-layouted the columns / row printing slightly, making test fails pop out more, and everything "normal" layed back.
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+1
|
* apparently the json spacing changedSimon Hafner2015-02-081-1/+1
|
* Add tests for mitemsdef2015-01-291-0/+136