shard-radix/spec/radix
Luis Lavena c8d20afc54 fix(Tree): allows catch all to be used as optional globbing
Catch all parameter was limited to be used *after* a slash (`/`) on
a path (ie. `/members/*trailing`).

Attempts to use it immediately after the path (ie. `/members*trailing`)
was not properly identified or captured.

This change ensures catch all can be used as globbing, allowing capture
of anything after the matching path.

Closes #12
2016-11-12 13:10:44 -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): allows catch all to be used as optional globbing 2016-11-12 13:10:44 -03:00
version_spec.cr spec(VERSION): format naming for better verbose output 2016-11-05 15:02:45 -03:00