]> Cypherpunks repositories - gostls13.git/commit
gc: implement and test \r in raw strings
authorRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 15:47:09 +0000 (10:47 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 15:47:09 +0000 (10:47 -0500)
commit17264df11223436a3b05f47f58a233961b43c3f6
tree6175fa440bc7ca36e3770c5140ab3f26c9616e44
parentc5fce3310165eda30642a41ce43387a882900b0e
gc: implement and test \r in raw strings

For issue 680.

R=ken2
CC=golang-dev
https://golang.org/cl/5492046
src/cmd/gc/lex.c
test/crlf.go [new file with mode: 0644]