aboutsummaryrefslogtreecommitdiffstats
path: root/executor/style_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'executor/style_test.go')
-rw-r--r--executor/style_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/style_test.go b/executor/style_test.go
index 0bc1c73bd..14a030695 100644
--- a/executor/style_test.go
+++ b/executor/style_test.go
@@ -80,7 +80,7 @@ if (foo) {
},
{
pattern: `//[^\s]`,
- suppression: `https?://`,
+ suppression: `https?://|//%`,
message: "Add a space after //",
tests: []string{
`//foo`,