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
@wtlangford -- This bug fix has been languishing for over 3 weeks, so I was hoping you might be able to make the change. It only involves three lines in builtin.c. Since it's in a regex function, it's certainly in your domain! Thanks.
At present:
produces:
After making the change described below, the correct result is obtained:
The fix:
change the last "if ... then ... else ... end" to the unconditional:
The text was updated successfully, but these errors were encountered: