Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit tests to test new feat. X detection regex
The previous version of the `plugins.feat_tokens` regular expression only matched "feat. X" parts if preceded by a space. This caused missed detections in the `ftintitle.contains_feat` function. This commit adds unit tests for the updated regex that also matches "feat. X" parts within parentheses and brackets
- Loading branch information