Fix: Handle parentheses in author names in RTL/LTR linter#12978
Fix: Handle parentheses in author names in RTL/LTR linter#12978DealsBeam wants to merge 1 commit into
Conversation
The `BOOK_ITEM_RE` regex in `scripts/rtl_ltr_linter.py` did not correctly parse author names containing parentheses. This change updates the regex to correctly capture the author and metadata, even when the author's name includes parentheses.
|
do you have an example of an author with parentheses? |
|
'This Pull Request has been automatically marked as stale because it has not had recent activity during last 60 days 😴 It will be closed in 30 days if no further activity occurs. To unstale this PR, draft it, remove stale label, comment with a detailed explanation or push more commits. There can be many reasons why some specific PR has no activity. The most probable cause is lack of time, not lack of interest. Thank you for your patience ❤️' |
|
This Pull Request has been automatically closed because it has been inactive during the last 30 days since being marked as stale. As author or maintainer, it can always be reopened if you see that carry on been useful. Anyway, thank you for your interest in contribute ❤️ |
The
BOOK_ITEM_REregex inscripts/rtl_ltr_linter.pydid not correctly parse author names containing parentheses. This change updates the regex to correctly capture the author and metadata, even when the author's name includes parentheses.