airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 409 forks source link

Ensure that entries in allowed placeholder values are sorted #341

Closed rossbacher closed 2 years ago

rossbacher commented 2 years ago

Make sure that allowed placeholder values inside of index are sorted, as we using binary search to look them up.

Add tests for both the function that does the sorting and also for the index itself to see if values get correctly sorted into the index.