shard-radix/spec
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
..
radix fix(Tree): allows catch all to be used as optional globbing 2016-11-12 13:10:44 -03:00
spec_helper.cr Extraction: initial import 2016-01-24 19:19:42 -03:00