xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

Add support for octal, hexadecimal and unicode escape in Regex forgery #58

Closed xgouchet closed 2 years ago

xgouchet commented 3 years ago

Right now we don't support escaping octal characters (\0…), hexadecimal characters (\x…) and unicode characters (\u…).