gitea/modules/references
Giteabot a8f98fd3be
fix trailing comma not matched in the case of alphanumeric issue () ()
Backport  by @katsusan

Fix .

Patch the regex to match `,`besides `.` `"` `'` `:` and space.

Co-authored-by: katsu <evergonuaa@gmail.com>
..
references.go fix trailing comma not matched in the case of alphanumeric issue () ()
references_test.go fix trailing comma not matched in the case of alphanumeric issue () ()