aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/change_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-codereview/change_test.go')
-rw-r--r--git-codereview/change_test.go1
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 {