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
WAHeaderFieldsTest>>#testCrLf sends String crlf. String class>>#crlf is not
portable.
There is a Slime rewrite rule for it:
--snip--
replace: 'String crlf' with: '(String with: Character cr with: Character lf)';
--snip--
Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 8:54
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Aug 2011 at 8:54The text was updated successfully, but these errors were encountered: