From veupathUtils created by [d-callan](https://github.com/d-callan): VEuPathDB/veupathUtils#2 expect_equal(strSplit(c('hello-world', 'foo-bar', 'a', '-', 3), "-"), c('hello', 'foo', 'a', '', '3')) fails for ex