servant-quickcheck/test
Nick B d33214d376 Fix Path delimiting:
* Add test API with multiple Path elements
  * Add basic test using this API, generating an endpoint to validate that query path delimiting is happening correctly (that fails on `master`)
  * Fix (re)creation of path to prepend `/` to each new path section, but only if it's non-empty (this fixes the trailing slashes, but still allows users to use a `:> "foo/" :>...` if their API demands trailing slashes)
  * Update / fix the existing test that now fails slightly differently (i.e. the trailing slash in `failplz/` is gone)

Fixes #22.
2017-03-11 11:19:57 +00:00
..
Servant/QuickCheck Fix Path delimiting: 2017-03-11 11:19:57 +00:00
Doctest.hs initial commit 2016-04-22 13:00:23 +02:00
Spec.hs Fix serversEqual and tests. 2016-04-23 11:50:04 +02:00