aboutsummaryrefslogtreecommitdiffstats
path: root/ptrie/iterator_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed iterator for short nodes.obscuren2014-11-211-0/+5
| | | | | In some cases the iterator didn't properly return the correct key because it didn't append fields to the reverse lookup.
* Added new iterator and testsobscuren2014-11-191-0/+28