apache / lucene-jira-archive

Jira archive for Apache Lucene
https://lucene.apache.org/
2 stars 6 forks source link

Refine regex for mentions parens #121

Closed mocobeta closed 2 years ago

mocobeta commented 2 years ago

Properly capture mentions that follow { or [.

https://github.com/mocobeta/migration-test-3/issues/540

Screenshot from 2022-08-06 18-00-39

Here, @link in {@link ...} should be captured (and escaped).

Close #114