From: Rob Pike Date: Thu, 15 Dec 2011 05:52:41 +0000 (-0800) Subject: spec: skip carriage returns in raw literals X-Git-Tag: weekly.2011-12-14~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c26ca912e500bd0e681cfda366d3b69f8769c9c2;p=gostls13.git spec: skip carriage returns in raw literals This change guarantees that whether the line ending convention when the source is created includes carriage returns is irrelevant to the value of the string. See issue 680. The compilers do not yet implement this. R=golang-dev, adg, r, gri, rsc, iant CC=golang-dev https://golang.org/cl/5491043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 945caba9d9..015404041b 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +