Skip to content

problem with matchall and overlaps #9549

@my-little-repository

Description

@my-little-repository

I am using julia version 0.3.4-pre+2 (2014-11-24 17:47 UTC) Commit 9f76ed3 (28 days old release-0.3) x86_64-linux-gnu. I get the following behavior for matchall.

matchall(r"11", "0001111", true)
6-element Array{SubString{UTF8String},1}:
"11"
"11"
"11"
"11"
"11"
"11"

The correct answer should be a length 3 array. This is the same bug as #8677 but the fix has probably not been backported to 0.3.

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