ring-clojure / ring-spec

Clojure specs for Ring
51 stars 7 forks source link

Fix to whitespace-chars in spec.clj #5

Closed tjscollins closed 7 years ago

tjscollins commented 7 years ago

Was trying to use spec.clj to spec my own functions returning ring response maps and found that white space in headers (specifically in the date-time value of the Last-Modified header) wasn't passing spec. This change fixes the issue.

weavejester commented 7 years ago

Thanks! Could you change the commit message to:

Fix whitespace-chars set
tjscollins commented 7 years ago

Fixed the commit message (I think).