]> Cypherpunks.ru repositories - gostls13.git/commit
regexp: add ErrLarge error
authorcuiweixie <cuiweixie@gmail.com>
Sat, 22 Oct 2022 14:07:07 +0000 (22:07 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 2 Nov 2022 18:15:21 +0000 (18:15 +0000)
commit581a822a9ed8fcae4afbc93daa6a74db7d9ea9a2
treec214cbfff8f602618071cb29cbe20761f0d05c6a
parent03f6d81fc7d52ec53deb94cff69b63d04e689c24
regexp: add ErrLarge error

For #56041

Change-Id: I6c98458b5c0d3b3636a53ee04fc97221f3fd8bbc
Reviewed-on: https://go-review.googlesource.com/c/go/+/444817
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: xie cui <523516579@qq.com>
api/next/56041.txt [new file with mode: 0644]
src/regexp/all_test.go
src/regexp/syntax/parse.go