Page MenuHomePhabricator

Update APISite.linktrail() to convert the remaining regex pattern
Open, LowPublic

Description

APISite.linktrail() retrieves linktrails entries from api and converts it to python regex strings. There are 3 remaining regexes which aren't catched by the current implementation:

"br": No pattern found in "/^((?:c\'h|C\'H|C\'h|c’h|C’H|C’h|[a-zA-ZàâçéèêîôûäëïöüùñÇÉÂÊÎÔÛÄËÏÖÜÀÈÙÑ])+)(.*)$/sDu"
"ca": No pattern found in "/^((?:[a-zàèéíòóúç·ïü]|'(?!'))+)(.*)$/sDu"
"kaa": No pattern found in "/^((?:[a-zıʼ’“»]|'(?!'))+)(.*)$/sDu"

Event Timeline

Xqt triaged this task as Low priority.Nov 1 2020, 12:51 PM
Xqt renamed this task from Update update_linktrails.py to convert the remaining regex pattern to Update APISite.linktrail() to convert the remaining regex pattern.Dec 23 2022, 9:30 PM
Xqt updated the task description. (Show Details)