tenxstudio / devtale

Document your code repositories with LLMs
MIT License
23 stars 7 forks source link

(Python) Fix breaking re unbalanced parenthesis issue #52

Closed betogaona7 closed 1 year ago

betogaona7 commented 1 year ago

When we end up with patterns like: def\s+fuse_documentation[\s\S]*? file_ext):, we will get an error due to the parenthesis, we need to add an escape character in those cases - This breaks the fusion