Closed tjscollins closed 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.
Thanks! Could you change the commit message to:
Fix whitespace-chars set
Fixed the commit message (I think).
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.