]> Cypherpunks repositories - gostls13.git/commit
strings: add FuzzReplace test
authorJorropo <jorropo.pgm@gmail.com>
Fri, 14 Mar 2025 20:29:08 +0000 (21:29 +0100)
committerGopher Robot <gobot@golang.org>
Sat, 15 Mar 2025 20:13:56 +0000 (13:13 -0700)
commite6ffe764cf1f35e96a116ca144733a5fba02578e
tree8e3712b9b39568bbf60f7b117755bb2f6a8cd5cf
parente0edd3e15519eb10a885d99422878596acd97899
strings: add FuzzReplace test

While reviewing CL 657935 I've notied there a
couple tricky reslices that depends on multiple
things being correct.

Might as well fuzz it.

Change-Id: Id78921bcb252e73a8a06e6deb4c920445a87d525
Reviewed-on: https://go-review.googlesource.com/c/go/+/658075
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/strings/strings_test.go