You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\HLWei\Downloads\FableTesting\output\abc_.py", line 5, in <module>
create(positive_lookbehind)
...
re.error: missing >, unterminated name at position 4
This is caused by the following code in Fable reg_exp.py:
Which was probably originally added because of the different Regex syntax for grouping constructs.
Related information
Fable version: 4.22.0
Operating system: Windows 11
The text was updated successfully, but these errors were encountered:
Description
Using
lookbehind
patterns inregex
fails forpython
.Repro code
Transpile to python and run.
Expected and actual results
Regex should be created, but fails with:
This is caused by the following code in Fable
reg_exp.py
:Which was probably originally added because of the different Regex syntax for grouping constructs.
Related information
The text was updated successfully, but these errors were encountered: