mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
In case of empty delimiter, Rust's split returns leading and trailing empty strings whereas Golang's doesn't. Change behavior to match Golang/OPA. fixes #291 Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>