In haml 2.2.20 if I do this :javascript var CRLF = "\r\n";
then I get what I expect, ie: a Carriage Return followed by a newline But in haml 2.2.22 I do the same :javascript var CRLF = "\r\n"; and haml strips the newline such that the browser is presented with: :javascript var CRLF = "\r"; Is this intended, or is it a bug? Ta! -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
