fe4760ca75
`^apple|banana|cherry$` finds matches to either of `^apple`, `banana`, or `cherry$`, so strings like `apple0`, `1banana2`, `3cherry` are accepted; I believe this wasn't intentional. Signed-off-by: NODA, Kai <nodakai@gmail.com> |
||
---|---|---|
.. | ||
testdata | ||
config.go | ||
config_test.go | ||
coordinator.go | ||
coordinator_test.go | ||
notifiers.go | ||
notifiers_test.go |