regex' leaks exception on empty regular expression
Open
- Dominant language
- Haskell
- Stars
- 50
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
My understanding is that regex' was supposed to catch errors and wrap them in `Left`, however for an empty string we see:
```
Prelude Data.Text.ICU> regex' [] ""
*** Exception: ICUError U_ILLEGAL_ARGUMENT_ERROR
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.