t-sin / inquisitor

Encoding/end-of-line detection and external-format abstraction for Common Lisp
34 stars 3 forks source link

Fixed CRLF line termination format on CCL. #57

Closed defunkydrummer closed 5 years ago

defunkydrummer commented 5 years ago

I have added this simple change because CCL does not accept the :DOS line termination format anymore.

(it is mentioned on the CCL documentation, yet it is not accepted anymore)

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 45.153% when pulling 1f943e17da2311489776a47863666ec32eeb5b88 on defunkydrummer:master into e0d280f5c59638d3bec03dbdac970144e4ddf864 on t-sin:master.

t-sin commented 5 years ago

(it is mentioned on the CCL documentation, yet it is not accepted anymore)

Oh I just found out! Thanks for your patch! :smile_cat: