Merge "Check for whitespace around changeid searches"
This commit is contained in:
commit
87700099f2
@ -128,8 +128,8 @@ class openstack_project::gerrit (
|
|||||||
commentlinks => [
|
commentlinks => [
|
||||||
{
|
{
|
||||||
name => 'changeid',
|
name => 'changeid',
|
||||||
match => '(I?[0-9a-f]{8,40})',
|
match => '(<p>|[\\s]+)(I?[0-9a-f]{7,40})(</p>|[\\s.]+)',
|
||||||
link => '#q,$1,n,z',
|
html => '$1<a href=\"#q,$2,n,z\">$2</a>$3',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'bugheader',
|
name => 'bugheader',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user