DevCase/tests/features
Ade Attwood dc5fbc4026 fix: handle invalid regex patterns by returning the input string
Right now we don't want to be panicking if the user provides an invalid regex.
We also don't really want to be throwing or returning an error, this will mess
with any live preview that is going on in external tools.

We should return the input and let any preview display the text. This will
happen if the user is doing some preview as you type kind of thing.
2024-05-11 21:43:31 +01:00
..
basic.feature chore: initial commit 2024-05-10 20:53:50 +01:00
case-perserving.feature feat: add case preserving search and replace 2024-05-11 15:20:43 +01:00
regex.feature fix: handle invalid regex patterns by returning the input string 2024-05-11 21:43:31 +01:00