mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
d7331aaa7e
Original regexp used a char class which caused the regexp to only check 1 symbol instead of a substring like "See" and "Closes". So it would match `e #x` instead of `See #x` and many other weird combinations. Tests were passing as they never checked against an input that would confuse that regexp. Found with go-critic static analyzer, `badRegexp` checker. |
||
---|---|---|
.. | ||
git.go | ||
git_test.go | ||
github.go | ||
github_test.go | ||
releasenotes_writer.go | ||
releasenotes_writer_test.go | ||
releaser.go |