servant-quickcheck/test
Nick B a5224276d5 Fix multiple QueryParams
* Add test API taking multiple `QueryParam`s
 * Add basic test using this API, generating an endpoint to ensure correct HTTP `one=foo&two=bar` query string generation is happening (that fails on `master`)
 * Fix (re)creation of query string to append `&` before the new parameter if there is already a built query string.

Fixes #23.
2017-03-06 13:32:55 +00:00
..
Servant/QuickCheck Fix multiple QueryParams 2017-03-06 13:32:55 +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