<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>I can, but it felt more odd to me than a blank line. But that's debatable.</div><div><br>On 20 Jul 2017, at 01:40, Chris Lattner &lt;<a href="mailto:clattner@nondot.org">clattner@nondot.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8"><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 17, 2017, at 4:43 AM, David Hart via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">To add a data point, I migrated the Swift Package Manager to use Swift 4’s multi-line strings this weekend. Nearly all of the resulting multi-line strings required an ending new-line, forcing me to write the following pattern everywhere:</div><div class=""><br class=""></div><div class=""><font face="Menlo" class="">let&nbsp;text =&nbsp;""”<br class="">&nbsp; &nbsp; lorem ipsum dolor sit amet</font></div><div class=""><font face="Menlo" class="">&nbsp; &nbsp; consectetur adipiscing elit</font></div><div class=""><font face="Menlo" class="">&nbsp; &nbsp; sed do eiusmod</font></div><div class=""><font face="Menlo" class=""><br class="">&nbsp; &nbsp;&nbsp;“”"</font></div></div></div></blockquote><br class=""></div><div>Can’t you use ...&nbsp;eiusmod\n instead of a blank line?</div><div><br class=""></div><div>-Chris</div><div><br class=""></div><br class=""></div></blockquote></body></html>