We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input string:
? print sum 10 difference 7 3 14 ? print "sum sum ? print [hello world] hello world ? show [hello world] [hello world] ? show sentence 1 [1 2] [1 1 2] ? show list [1 2 3] 4 [[1 2 3] 4] ? print first [1 2 3] 1 ? print butfirst [1 2 3] 2 3 ? run [print sum 1 2] 3
Crashes on regex: /"(?:[^"\\]*|\\.)*"/g
/"(?:[^"\\]*|\\.)*"/g
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
Sorry, something went wrong.
Fix Lisp exponential string pattern (#1763)
5bd182c
This PR fixes #1762 by fixing the `string` pattern which sometimes fails in exponential time.
Successfully merging a pull request may close this issue.
Input string:
Crashes on regex:
/"(?:[^"\\]*|\\.)*"/g
The text was updated successfully, but these errors were encountered: