VEuPathDB / veupathUtils

A collection of general purpose R helper functions for use in the VEuPathDB project.
Apache License 2.0
0 stars 1 forks source link

strSplit breaks for some edge cases #2

Open d-callan opened 3 years ago

d-callan commented 3 years ago

expect_equal(strSplit(c('hello-world', 'foo-bar', 'a', '-', 3), "-"), c('hello', 'foo', 'a', '', '3')) fails for ex