shard-radix/spec/radix
Luis Lavena 95b6638f1a fix(Tree): corrects lookup issue with catch all and shared key
Lookup was failing when part of the given path matched a key at the
first character, even when the rest of the key didn't match.

It was not possible place a catch all an another key at the same
level that started with same character.

This change ensures that all shared part between path and key is
compared prior assuming usage of that node as part of the lookup.

Closes #14
2016-11-24 20:52:07 -03:00
..
node_spec.cr Introduce types for forward compiler compatiblity 2016-04-16 16:53:20 -03:00
result_spec.cr Introduce types for forward compiler compatiblity 2016-04-16 16:53:20 -03:00
tree_spec.cr fix(Tree): corrects lookup issue with catch all and shared key 2016-11-24 20:52:07 -03:00
version_spec.cr spec(VERSION): format naming for better verbose output 2016-11-05 15:02:45 -03:00