servant/servant-server/test
Guy Gastineau cb821c5ca0
Fixed [""] for /route/ on CaptureAll apis.
* Routes ending in a `CaptureAll` now get an empty list instead of
    [""] when they have a trailing slash.
  * WARNING: I think this will break the expectation that a rooted
    capture all will produce [""] for `//`.  That is, previously `// =>
    [""]`, but I think `// => []`.  I will make some tests to check
    and see what is going on with this.
2022-01-25 14:31:36 -05:00
..
Servant Fixed [""] for /route/ on CaptureAll apis. 2022-01-25 14:31:36 -05:00
Spec.hs Prepare merge 2015-04-20 11:13:18 +02:00