<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr" class=""><div class="">What is the reason that normal strings "..." don't support newlines? It's not traditionally seen in C-inspired languages, but it's hardly unusual outside that sphere[*]. Ruby and HTML are probably the most common examples, but apparently OCaml and Lisps also allow it?</div></div></blockquote></div></div></div></blockquote><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class=""><span style="font-family: verdana, sans-serif;" class="">You'd have to ask Chris Latter and&nbsp;Dmitri Gribenko, who are responsible for the lines in Lexer.cpp that prevent it:&nbsp;</span></div></blockquote><div><br class=""></div><div>The obvious reason is to catch a missing quote early, with a better error message. I believe it should stay that way, because multiline strings are a lot less widespread.</div><div><br class=""></div><div>A.</div><div><br class=""></div></div></body></html>