You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous regex could report a false positive if the literal string
of seven '<' characters appeared in the middle of a line. Even if this
is unlikely, we can easily guard against this by anchoring the regex at
the beginning of the line.
Change-Id: I79ea46fbf80c75f7e7b4672ef457e6f52c6cd120
Reviewed-on: http://gerrit.causes.com/37944
Tested-by: jenkins <jenkins@causes.com>
Reviewed-by: Shane da Silva <shane@causes.com>
0 commit comments