You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix invalid query string for array params
* Add spec expectation
* Add check for correctness of values returned from array query params
* Fix failed specs in Crystal v1.13
```
Failures:
1) Lucky::CookieJar raises a nicer error for invalid cookie values
Failure/Error: expect_raises(Lucky::InvalidCookieValueError, "Cookie value for 'cookie' is invalid") do
Expected Lucky::InvalidCookieValueError but nothing was raised
Error: # spec/lucky/cookies/cookie_jar_spec.cr:41
```
Crystal v1.13 accepts space in cookie values as valid.
See <crystal-lang/crystal#14455>.
0 commit comments