Skip to content

repl: catch `\v` and `\r` in new-line detection

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/patch-106 into main

Fixes #54504 Uses RegExpPrototypeExec (with \n, \r, and \v) rather than StringPrototypeIndexOf with \n.

Merge request reports

Loading