diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-07-10 20:05:57 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-07-10 20:05:57 +0800 |
commit | cf777261888cb4baccd03b3d1ca491cb5b1a65f3 (patch) | |
tree | f1b8b28c1295d58ad3fb875869a8cb03b6768421 /spec/features/projects/blobs/edit_spec.rb | |
parent | 1f5260719813a5d80a2f0d58430e37e8d3e99587 (diff) | |
download | gitlab-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