summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs/edit_spec.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-07-10 20:05:57 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-07-10 20:05:57 +0800
commitcf777261888cb4baccd03b3d1ca491cb5b1a65f3 (patch)
treef1b8b28c1295d58ad3fb875869a8cb03b6768421 /spec/features/projects/blobs/edit_spec.rb
parent1f5260719813a5d80a2f0d58430e37e8d3e99587 (diff)
downloadgitlab-ce-cf777261888cb4baccd03b3d1ca491cb5b1a65f3.tar.gz
Make sure we're matching the same way.
Ruby's regular expression is unicode aware, therefore 'å' also matches against /\p{alnum}/. If we want only ASCII-7bit, use [a-zA-Z0-9]+ so they always match the same thing
Diffstat (limited to 'spec/features/projects/blobs/edit_spec.rb')
0 files changed, 0 insertions, 0 deletions