Closed betogaona7 closed 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
def\s+fuse_documentation[\s\S]*? file_ext):
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