]> Cypherpunks.ru repositories - gostls13.git/commit
test: add tests for string/[]byte/[]rune conversions
authorRobert Griesemer <gri@golang.org>
Tue, 14 Jun 2022 05:15:25 +0000 (22:15 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 15 Jun 2022 00:06:24 +0000 (00:06 +0000)
commit2a78e8afc0994f5b292bc9a5a7258c749e43032f
treeffd5bd3c068d8dea2598f57c1b1f1bb1bf776e3c
parentf9c0264107a9a36832d70781fe100cff16917855
test: add tests for string/[]byte/[]rune conversions

Matches examples in spec section on string conversions.

For #23814.

Change-Id: I08099c27bfdb98735868266f5a42901321b97b56
Reviewed-on: https://go-review.googlesource.com/c/go/+/412095
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
test/fixedbugs/issue23814.go [new file with mode: 0644]