]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: disallow quote for use as Comma
authorJoe Tsai <joetsai@digital-static.net>
Thu, 8 Mar 2018 22:39:43 +0000 (14:39 -0800)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 9 Mar 2018 00:33:43 +0000 (00:33 +0000)
commit2cc15b18dbab600939147dfe4c58aa6b8f04586e
treee42511b0883e8b2dba026efd46e80fce4e16e6f3
parent5d22cebb1272b3761860c5fa9ee82ceb3d94c628
encoding/csv: disallow quote for use as Comma

'"' has special semantic meaning that conflicts with using it as Comma.

Change-Id: Ife25ba43ca25dba2ea184c1bb7579a230d376059
Reviewed-on: https://go-review.googlesource.com/99696
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/csv/reader.go
src/encoding/csv/reader_test.go
src/encoding/csv/writer_test.go