diff options
| author | Sean Liao <sean@liao.dev> | 2023-07-27 19:24:36 +0100 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-07-27 22:19:34 +0000 |
| commit | 1ade026284a47e90ec5d88ab48f869725092b4cb (patch) | |
| tree | 4a613591cb0b90984484516f060e3d3dbc659943 /git-codereview/change_test.go | |
| parent | 99fd4b8dbe8c97a1cc916aec11206eb063213b43 (diff) | |
| download | go-x-review-1.5.0.tar.xz | |
git-codereview: allow _content to not warnv1.5.0
Fixes golang/go#45734
Change-Id: I20ebc9fb728c5e91a3d71d3a6290ccf27ceb14cf
Reviewed-on: https://go-review.googlesource.com/c/review/+/496775
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'git-codereview/change_test.go')
| -rw-r--r-- | git-codereview/change_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-codereview/change_test.go b/git-codereview/change_test.go index cd0cbcc..500ae69 100644 --- a/git-codereview/change_test.go +++ b/git-codereview/change_test.go @@ -80,6 +80,7 @@ func TestMessageRE(t *testing.T) { {"math/rand: make randomer", true}, {"math/rand, crypto/rand: fix random sources", true}, {"cmd/internal/rsc.io/x86: update from external repo", true}, + {"_content/blog: fix typos", true}, } { got := messageRE.MatchString(c.in) if got != c.want { |
