summary refs log tree commit diff stats
path: root/tests/misc/teventemitter.nim
Commit message (Collapse)AuthorAgeFilesLines
* Rename mget to `[]`def2015-03-311-5/+4
| | | | | | | | | - 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
* fixes #1638Araq2014-12-171-4/+4
|
* prettified re.nim; make some tests greenAraq2014-08-311-12/+12
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+33
Add some documentations and code examples in system