summaryrefslogtreecommitdiffstats
path: root/helpers/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/path_test.go')
-rw-r--r--helpers/path_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/path_test.go b/helpers/path_test.go
index 3d0617f54..b8739f37a 100644
--- a/helpers/path_test.go
+++ b/helpers/path_test.go
@@ -57,6 +57,7 @@ func TestMakePath(t *testing.T) {
{"this+is+a+test", "this+is+a+test", false}, // Issue #1290
{"~foo", "~foo", false}, // Issue #2177
{"foo--bar", "foo--bar", true}, // Issue #7288
+ {"foo@bar", "foo@bar", true}, // Issue #10548
}
for _, test := range tests {