Skip to content

strSplit breaks for some edge cases #5

@d-callan

Description

@d-callan

From veupathUtils created by d-callan: VEuPathDB/veupathUtils#2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions