]> Cypherpunks repositories - gostls13.git/commit
json: accept escaped slash in string scanner
authorMichael Hoisie <hoisie@gmail.com>
Sun, 9 May 2010 00:34:05 +0000 (17:34 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 9 May 2010 00:34:05 +0000 (17:34 -0700)
commit834abb8068ba8e243066deb83a0d4ac47b87f071
tree031b43ea27a4ea5dcd2d35040ca5b9fd517e9d94
parent52cc058172fe299b11d01cf5f04500de725bde07
json: accept escaped slash in string scanner

R=rsc
CC=golang-dev
https://golang.org/cl/1173041
src/pkg/json/decode_test.go
src/pkg/json/scanner.go