]> Cypherpunks repositories - gostls13.git/commit
strconv: document that Unquote("''") returns an empty string
authorYossef Hisham <93604359+yossev@users.noreply.github.com>
Mon, 22 Jul 2024 16:11:45 +0000 (16:11 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 18:35:09 +0000 (18:35 +0000)
commit53270be21c5e14a2d15ada2622f20503d97cb89e
tree72bb47f659a04b47dfe7f84d7d2d302f9813d7fc
parenta6f3add91a51365ec0ea73f88a5019d8e69cca2a
strconv: document that Unquote("''") returns an empty string

Fixes #64280

Change-Id: I1ad84d85b666a2ef52dc6ecdecd508b4e7fe24a6
GitHub-Last-Rev: 6242027261f02c578a09f70fcb39a8cac259855c
GitHub-Pull-Request: golang/go#68524
Reviewed-on: https://go-review.googlesource.com/c/go/+/599575
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/strconv/quote.go