Skip to content
Snippets Groups Projects
Commit 80e6b184 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::Bug: smarter project/issue extraction

parent b5bd8ff2
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ sub parse {
next;
}
}
($project, $num) = split /$sigil/, $word;
$word =~ /^(.*?)$sigil(.*?)\b/;
($project, $num) = ($1, $2);
if (!length($project)) {
unless ($type eq 'snippets') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment