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
Seaside-Tests-Canvas-dkh.58 introduced the use of non-portable selectors in
WACanvasBrushTest>>testCanvasWithLineBreaksGemStoneIssue289.
The GRAnsiStringsRule in Grease Slime will
replace 'String cr' with '(String with: Character cr)'
replace 'String lf' with '(String with: Character cr)'
replace 'String crlf' with '(String with: Character cr with: Character lf)'
Original issue reported on code.google.com by wemb...@instantiations.com on 28 May 2013 at 9:00