Closed marcotcr closed 1 year ago
The following code throws an error:
import pyformlang import pyformlang.regular_expression r = pyformlang.regular_expression.PythonRegex('\\.')
This pull request fixes it
Thanks again for your contribution! I will add a new test.
The following code throws an error:
This pull request fixes it